Interface IGridClipboardEvent

The event arguments when data from a grid is being copied.

Properties

Properties

cancel: boolean

cancel returns whether an external event has interepted the copying If the value becomes "true", it returns/exits from the method, instanciating the interface

data: any[]

data can be of any type and referes to the data that is being copied/stored to the clipboard