Skip to main content
A newer version of this page is available. .

constructor(visibleIndex, htmlEvent) Constructor

Initializes a new instance of the ASPxClientGridViewRowClickEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    htmlEvent: any
)

Parameters

Name Type Description
visibleIndex number

A zero-based integer index that identifies 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