Skip to main content

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 ASPxClientEventArgs.

See Also