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

Constructors

Accessors

Constructors

Accessors

  • get cancel(): boolean
  • Returns boolean

  • set cancel(value): void
  • cancel returns whether an external event has intercepted the copying If the value becomes "true", it returns/exits from the method, instantiating the interface

    Parameters

    • value: boolean

    Returns void

  • get data(): any[]
  • Returns any[]

  • set data(value): void
  • data can be of any type and refers to the data that is being copied/stored to the clipboard

    Parameters

    • value: any[]

    Returns void