Skip to main content
All docs
V18.2

BootstrapUIWidgetElementClickEventArgs Properties

Provides data for the client-side clicking events.
Name Description
component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
jQueryEvent The jQuery event that caused the handler execution.
target The DOM element that initiated the event. Inherited from BootstrapUIWidgetElementActionEventArgs.
See Also