IGridCellEventArgs

Represents an event argument related to grid cell interactions.

Represents the grid cell that triggered the event.

cell: CellType

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

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

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

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