NavigatorBox.PasteBufferStateChanged

Syntax

PasteBufferStateChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The PasteBufferStateChanged event occurs after the clipboard state is changed.

Example

The example of event use is given in description of the NavigatorBox.moveObjects method.

See also:

NavigatorBox