IgcGridCellEventArgs

Represents an event argument related to grid cell interactions.

Represents the grid cell that triggered the event.

cell: IgcCellType

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