Back to Devexpress

ASPxClientCardViewCustomButtonEventHandler<Sender> Interface

aspnet-js-aspxclientcardviewcustombuttoneventhandler-1.md

latest810 B
Original Source

ASPxClientCardViewCustomButtonEventHandler<Sender> Interface

A method that will handle the ASPxClientCardView.CustomButtonClick event.

Declaration

ts
interface ASPxClientCardViewCustomButtonEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewCustomButtonEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

The event source. This parameter identifies the ASPxClientCardView object that raised the event.

| | e | ASPxClientCardViewCustomButtonEventArgs |

An ASPxClientCardViewCustomButtonEventArgs object that contains event data.

|