BootstrapUIWidgetElementActionEventArgs Properties
Provides data for client events related to actions performed on the widget’s visual elements.| Name | Description |
|---|---|
| component | The widget instance. Inherited from BootstrapUIWidgetEventArgsBase. |
| element | The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase. |
| target | The DOM element that initiated the event. |
See Also