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

ASPxClientProcessingModeCancelEventArgs Members

Provides data for the cancelable client-side events which allow the event’s processing to be passed to the server side.

Constructors

Name Description
constructor(processOnServer) Initializes a new instance of the ASPxClientProcessingModeCancelEventArgs object.

Properties

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