ASPxClientCardViewCardClickEventArgs Class
Provides data for the ASPxClientCardView.CardClick event.
Declaration
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