constructor(visibleIndex, htmlEvent) Constructor
Initializes a new instance of the ASPxClientGridViewRowFocusingEventArgs class.
Declaration
constructor(
visibleIndex: number,
htmlEvent: any
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | The row’s visible index. |
htmlEvent | any | An object specifying the HTML event. |
See Also