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

ASPxClientCancelEventArgs.cancel Property

Gets or sets a value indicating whether the action which raised the event should be canceled.

Declaration

cancel: boolean

Property Value

Type Description
boolean

true if the action that raised the event should be canceled; otherwise, false.

Remarks

The ASPxClientCancelEventArgs object is passed to the client events that fire before specific actions. The cancel property of this object enables you to cancel the action which is about to be performed. Set this property to true to cancel the action that raised the event. This can be used if you want to prohibit performing of the corresponding action with respect to specific conditions.

See Also