constructor(visibleIndex, htmlEvent) Constructor
Initializes a new instance of the ASPxClientCardViewCardClickEventArgs class.
Declaration
constructor(
visibleIndex: number,
htmlEvent: any
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The visible index of the clicked row. |
htmlEvent | any | An object that contains parameters associated with the event. This value is assigned to the ASPxClientCardViewCardClickEventArgs.htmlEvent property. |
See Also