Skip to main content

ASPxClientGlobalEvents Class

In This Article

Represents a client-side equivalent of the ASPxGlobalEvents component.

#Declaration

TypeScript
declare class ASPxClientGlobalEvents

#Remarks

The ASPxClientGlobalEvents object serves as a client-side equivalent of the ASPxGlobalEvents component, and implements the functionality allowing a logic common for all DevExpress web controls on the page to be realized via the specific client events.

See Also