A global Clipboard object provides methods to set and get data from the system Clipboard. It implements the IClipboard interface and provides the following methods:
The interface is designed to work with different Clipboard formats, however, currently only “text” format is supported.
You can bind the dataAvailable event to get notified when a specific Clipboard format becomes available.