ASPxClientCardViewCustomButtonEventHandler<Sender> Interface
A method that will handle the ASPxClientCardView.CustomButtonClick event.
Declaration
interface ASPxClientCardViewCustomButtonEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewCustomButtonEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the ASPxClientCardView object that raised the event. |
e | ASPxClientCardViewCustomButtonEventArgs | An ASPxClientCardViewCustomButtonEventArgs object that contains event data. |