IgcGridRowEventArgs

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: any

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any

Represents the grid row that triggered the event.

row: IgcRowType