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