BeforeCopy: function (sender, args);
sender. Event source.
args. Event information. Available arguments: Cancel - indicates if the copy operation is canceled, PlaintText - text string that stores contents of the copied cell range, Range - the copied range, an object of the PP.Ui.TabSheetRange type.
The BeforeCopy event occurs before the user copies contents of a cell range.
The example of method use is given on the TabSheetSettings.EnableCopyPaste property description page.
Seebsp;also: