Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
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