ASPxClientVerticalGridRowCancelEventHandler<Sender> Interface
In This Article
A method that will handle the cancelable events of a client ASPxVerticalGrid row.
#Declaration
TypeScript
interface ASPxClientVerticalGridRowCancelEventHandler<Sender> { (source: Sender, e: ASPxClientVerticalGridRowCancelEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
An ASPx |