Click or drag to resize

Triggers Enumeration

Defines which actions cause an event to occur.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[FlagsAttribute]
public enum Triggers
Members
  Member nameValueDescription
None0No trigger defined.
Click1Action occurs when the element is clicked.
Hover2Action occurs when the element is hovered.
Focus4Action occurs when the element gains focus.
Manual8Action must be triggered from JavaScript. Cannot be combined with any other trigger.
See Also