Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class / WndProc Method
Message


In This Topic
    WndProc Method (ClipboardChangeNotifier)
    In This Topic
    Provides default WndProc processing and responds to Clipboard change notifications.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub WndProc( _
       ByRef e As Message _
    ) 
    'Usage
     
    
    Dim instance As ClipboardChangeNotifier
    Dim e As Message
     
    instance.WndProc(e)
    protected override void WndProc( 
       ref Message e
    )

    Parameters

    e
    Message
    See Also