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

    Provides data for client events raised in response to widget errors.

    Constructors

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

    Properties

    Name Description
    component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
    element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
    target Contains information on the error that occurred.
    See Also