Interface IRowDataEventArgs

Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc.

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IRowDataEventArgs

Properties

data: any
owner: GridType

Represents the grid instance that owns the edit event.

primaryKey: any

Represents the unique key, the row can be associated with. Available if primaryKey exists