Back to Devexpress

ASPxClientCardViewCardClickEventArgs Class

aspnet-js-aspxclientcardviewcardclickeventargs.md

latest1.0 KB
Original Source

ASPxClientCardViewCardClickEventArgs Class

Provides data for the ASPxClientCardView.CardClick event.

Declaration

ts
declare class ASPxClientCardViewCardClickEventArgs extends ASPxClientCancelEventArgs

Remarks

The ASPxClientCardView.CardClick event is raised when a card is clicked. The ASPxClientCardViewCardClickEventArgs object provides the visibleIndex property that identifies the clicked card. The ASPxClientCardViewCardClickEventArgs.htmlEvent property provides multiple properties that allow you to obtain the mouse cursor’s position, the mouse button pressed by the user, etc.

Inheritance

ASPxClientEventArgs ASPxClientCancelEventArgs ASPxClientCardViewCardClickEventArgs

See Also

ASPxClientCardViewCardClickEventArgs Members