General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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
ASPxClientEventArgs
ASPxClientCancelEventArgs
See Also
Feedback