Skip to main content
A newer version of this page is available. .

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

Show 39 items
ASPxClientEventArgs
See Also