IGridClipboardEvent
The event arguments when data from a grid is being copied.
Properties
Section titled "Properties"cancel
Section titled "cancel"cancel returns whether an external event has intercepted the copying
If the value becomes "true", it returns/exits from the method, instantiating the interface
cancel: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:16
data can be of any type and refers to the data that is being copied/stored to the clipboard
data: any[] Defined in projects/igniteui-angular/grids/core/src/common/events.ts:11