IGridCellEventArgs
Represents an event argument related to grid cell interactions.
Properties
Section titled "Properties"Represents the grid cell that triggered the event.
cell: CellType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:22
event
Section titled "event"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
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428