ASPxClientCardViewColumnCancelEventHandler<Sender> Interface
A method that will handle the cancelable events of a client ASPxCardView column.
#Declaration
interface ASPxClientCardViewColumnCancelEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewColumnCancelEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the ASPx |
e | ASPx |
An ASPx |