Skip to main content

constructor(visibleIndex, htmlEvent) Constructor

Initializes a new instance of the ASPxClientVerticalGridRecordClickEventArgs class.

Declaration

constructor(
    visibleIndex: number,
    htmlEvent: any
)

Parameters

Name Type Description
visibleIndex number

The visible index of the clicked record.

htmlEvent any

An object that contains parameters associated with the event. This value is assigned to the ASPxClientVerticalGridRecordClickEventArgs.htmlEvent property.

See Also