ASPxClientProcessingModeCancelEventArgs Properties
Provides data for the cancelable client-side events which allow the event’s processing to be passed to the server side.Name | Description |
---|---|
cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also