Skip to main content

ASPxClientCardViewCustomButtonEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientCardView.CustomButtonClick event.

#Declaration

TypeScript
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.