Fires when clipboard content was changed.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Event ClipboardChanged As EventHandler
C#
public event EventHandler ClipboardChanged
Visual C++
public:
 event EventHandler^ ClipboardChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
JavaScript
function add_clipboardChanged(value);
function remove_clipboardChanged(value);

See Also