Skip to main content

BootstrapUIWidgetClientSideEventsBase Properties

Serves as the base class for classes containing client-side events handlers for client UI widgets.
Name Description
Disposing Gets or sets the name of the JavaScript function or the entire code which will handle the client BootstrapUIWidgetBase.Disposing event.
Drawn Gets or sets the name of the JavaScript function or the entire code which will handle the client BootstrapUIWidgetBase.Drawn event.
Exported Gets or sets the name of the JavaScript function or the entire code which will handle the client BootstrapUIWidgetBase.Exported event.
Exporting Gets or sets the name of the JavaScript function or the entire code which will handle the client BootstrapUIWidgetBase.Exporting event.
FileSaving Gets or sets the name of the JavaScript function or the entire code which will handle the client BootstrapUIWidgetBase.FileSaving event.
IncidentOccurred Gets or sets the name of the JavaScript function or the entire code which will handle the client BootstrapUIWidgetBase.IncidentOccurred event.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
See Also