IGridRowEventArgs

Represents an event argument related to grid row interactions.

Represents the original event that occurred Examples of such events include: selecting, clicking, double clicking, etc.

event: Event

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:39

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428

Represents the grid row that triggered the event.

row: RowType

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:34