TabSheet.BeforeCopy

Syntax

BeforeCopy: function (sender, args);

Parameters

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.

Description

The BeforeCopy event occurs before the user copies contents of a cell range.

Example

The example of method use is given on the TabSheetSettings.EnableCopyPaste property description page.

Seebsp;also:

TabSheet