BootstrapUIWidgetDisposingEventHandler<Sender> Interface
In This Article
A method that will handle the BootstrapUIWidgetBase.Disposing event.
#Declaration
TypeScript
interface BootstrapUIWidgetDisposingEventHandler<Sender> { (source: Sender, e: any): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | any | A Bootstrap |