Version 1
Common Interface IRowClickEventArgs GrapeCity DataViewsJS Interface

IRowClickEventArgs Interface

Defines arguments of the event that occurs when clicking the row

Heirarchy

  • IRowClickEventArgs

Properties

Properties

event

event: IPointerEventArgs

The original event triggered by the browser

hitInfo

hitInfo: IHitTestInfo

Indicates the current information of the pointer location

idList

idList: string[]

The row elements' id list

item

item: any

The data of the clicked row