Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • BootstrapUIWidgetElementActionEventArgs Members

    Provides data for client events related to actions performed on the widget’s visual elements.

    Constructors

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

    Properties

    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