ASPxClientControlsInitializedEventArgs Class
In This Article
Provides data for the client ASPxClientControlCollection.ControlsInitialized event.
#Declaration
TypeScript
declare class ASPxClientControlsInitializedEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the ASPxClientControlsInitializedEventArgs type are used as arguments for the ASPxClientControlCollection.ControlsInitialized event.
ASPxClientControlsInitializedEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.
#Inheritance
ASPxClientEventArgs
ASPxClientControlsInitializedEventArgs
See Also