ASPxClientProcessingModeEventArgs Class
Provides data for the client events which can’t be cancelled and allow the event’s processing to be passed to the server side.
Declaration
declare class ASPxClientProcessingModeEventArgs extends ASPxClientEventArgs
Remarks
Objects of the ASPxClientProcessingModeEventArgs type are used as arguments for the client events which can’t be cancelled and allow the event’s processing to be passed to the server side.
ASPxClientProcessingModeEventArgs objects with appropriate settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
See Also