IgcRowDataEventArgs
Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc.
Properties
Section titled "Properties"data: any Optional owner
Section titled "owner"Inherited from: IgcBaseEventArgs
Provides reference to the owner component.
owner?: any primaryKey
Section titled "primaryKey"Represents the unique key, the row can be associated with.
Available if primaryKey exists
primaryKey: any rowData
Section titled "rowData"rowData: any rowKey
Section titled "rowKey"rowKey: any