ASPxClientProcessingModeEventArgs Class
In This Article
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
TypeScript
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 37 items
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
See Also