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

ASPxClientCancelEventArgs Class

Provides data for cancelable client events.

Declaration

declare class ASPxClientCancelEventArgs extends ASPxClientEventArgs

Remarks

This is the base class for the arguments of cancelable client-side events. A cancelable event is raised by a client control when it is about to perform an action that can be canceled.

The ASPxClientCancelEventArgs object provides the ASPxClientCancelEventArgs.cancel property to indicate whether the action raising the event should be canceled.

ASPxClientCancelEventArgs objects with appropriate settings are automatically created and passed to the corresponding event handlers.

Inheritance

Show 58 items
ASPxClientEventArgs
ASPxClientCancelEventArgs
See Also