Skip to main content
All docs
V18.2

BootstrapUIWidgetElementClickEventArgs Members

Provides data for the client-side clicking events.

Constructors

Name Description
constructor(component, element, target, jQueryEvent) Initializes a new instance of the BootstrapUIWidgetElementClickEventArgs class with the specified parameters.

Properties

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