GlobalEventsClientSideEvents Properties
Contains the ASPxGlobalEvents control’s list of client-side events.| Name | Description |
|---|---|
| BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGlobalEvents.BeginCallback event. |
| BrowserWindowResized | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGlobalEvents.BrowserWindowResized event. |
| CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGlobalEvents.CallbackError event. |
| ControlsInitialized | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGlobalEvents.ControlsInitialized event. |
| EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGlobalEvents.EndCallback event. |
| ValidationCompleted | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGlobalEvents.ValidationCompleted event. |
See Also