Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class / OnHandleChange Method


In This Topic
    OnHandleChange Method
    In This Topic
    Responds to Window Handle change events and uninstalls the Clipboard change notification if it is installed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnHandleChange() 
    'Usage
     
    
    Dim instance As ClipboardChangeNotifier
     
    instance.OnHandleChange()
    protected override void OnHandleChange()
    See Also