ASPxClientProcessingModeEventArgs Members
Provides data for the client events which can’t be cancelled and allow the event’s processing to be passed to the server side.Constructors
Name | Description |
---|---|
constructor(processOnServer) | Initializes a new instance of the ASPxClientProcessingModeEventArgs object. |
Properties
Name | Description |
---|---|
processOnServer | Specifies whether or not to process the event on the server. |
See Also