Interface IGridRowEventArgs

Represents an event argument related to grid row interactions.

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IGridRowEventArgs

Properties

Properties

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.

row: RowType

Represents the grid row that triggered the event.