FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class / ClipboardChanged Event


In This Topic
ClipboardChanged Event (ClipboardChangeNotifier)
In This Topic
Notifies of a change to the clipboard's content.
Syntax
'Declaration
 
Public Event ClipboardChanged As EventHandler
 
'Usage
 
Dim instance As ClipboardChangeNotifier
Dim handler As EventHandler
 
AddHandler instance.ClipboardChanged, handler
See Also