ASPxClientCardViewGroupCancelEventHandler<Sender> Interface
A method that will handle the ASPxClientCardView.GroupRowCollapsing and ASPxClientCardView.GroupRowExpanding events.
Declaration
interface ASPxClientCardViewGroupCancelEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewGroupCancelEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source. |
| e | ASPxClientCardViewGroupCancelEventArgs | A ASPxClientCardViewGroupCancelEventArgs object that contains event data. |
See Also