A newer version of this page is available.
Switch to the current version.
BootstrapUIWidgetBase.Disposing Event
Fires when the widget is removed from the DOM using the remove(), empty(), or html() jQuery methods only.
Declaration
Disposing: ASPxClientEvent<BootstrapUIWidgetDisposingEventHandler<BootstrapUIWidgetBase>>
Event Data
The Disposing event's data class is BootstrapUIWidgetEventArgsBase. The following properties provide information specific to this event:
Property | Description |
---|---|
component | The widget instance. |
element | The widget's container. |
See Also
Feedback