Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class / OnClipboardChanged Method
Blank event arguments.


In This Topic
    OnClipboardChanged Method (ClipboardChangeNotifier)
    In This Topic
    Raises the ClipboardChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnClipboardChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ClipboardChangeNotifier
    Dim e As EventArgs
     
    instance.OnClipboardChanged(e)
    protected virtual void OnClipboardChanged( 
       EventArgs e
    )

    Parameters

    e
    Blank event arguments.
    See Also