Skip to main content

ASPxClientCardViewCardFocusingEventHandler<Sender> Interface

In This Article

Represents a method that will handle the ASPxClientCardView.CardFocusing event.

#Declaration

TypeScript
interface ASPxClientCardViewCardFocusingEventHandler<Sender> { (source: Sender, e: ASPxClientCardViewCardFocusingEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event source.

e ASPxClientCardViewCardFocusingEventArgs

An ASPxClientCardViewCardFocusingEventArgs object which contains event data.