Spread Windows Forms 17
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
    public event EventHandler ClipboardChanged
    See Also