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 ASPx |
e | ASPx |
An ASPx |