IgcRowDataEventArgs

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

data: any

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any

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

primaryKey: any
rowData: any
rowKey: any