SpreadsheetClipboardEvent
Interface
Provides the event data for the Spreadsheet cut, copy and paste events.
Definition
Package:@progress/kendo-angular-spreadsheet
Properties
The clipboard content that is being copied, cut, or pasted.
isDefaultPrevented
Function
Returns true if any subscriber prevented the default action.
preventDefault
Function
Prevents the default action for the event. The Spreadsheet suppresses the built-in behavior that follows the event.
The SpreadsheetWidget instance which fired the event.
The type of the clipboard event.