Interface IGridRowEventArgs

Represents an event argument related to grid row interactions.

Hierarchy

Hierarchy (view full)

Properties

Properties

event: Event

Represents the original event that occurred 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.