ASPxClientCancelEventArgs Members
Provides data for cancelable client events.Constructors
Name | Description |
---|---|
constructor | Initializes a new object of the ASPxClientCancelEventArgs type with the specified value. |
Properties
Name | Description |
---|---|
cancel | Specifies whether to cancel the related action (for example, row edit, export). |
See Also