ASPxClientGlobalEvents Members
Represents a client-side equivalent of the ASPxGlobalEvents component.Events
| Name | Description |
|---|---|
| BeginCallback | Occurs when a callback for server-side processing is initiated by any DevExpress control. |
| BrowserWindowResized | Occurs when the browser window is being resized. |
| CallbackError | Fires on the client if any server error occurs during server-side processing of a callback sent by any of DevExpress web controls. |
| ControlsInitialized | Occurs on the client side after client object models of all DevExpress web controls contained within the page have been initialized. |
| EndCallback | Occurs on the client side, after server-side processing of a callback initiated by any DevExpress web control, has been completed. |
| ValidationCompleted | Occurs on the client side after the validation initiated for a DevExpress web control (or a group of DevExpress web controls) has been completed. |
See Also