Interface IGridCellEventArgs

Represents an event argument related to grid cell interactions.

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IGridCellEventArgs

Properties

Properties

cell: CellType

Represents the grid cell that triggered the event.

event: Event

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

owner?: any

Provides reference to the owner component.