Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindow Class / RemoveEventHandler Method
The object that owns the event.
The delegate to remove from the list.


In This Topic
    RemoveEventHandler Method
    In This Topic
    Removes a delegate from the list.
    Syntax
    'Declaration
     
    Protected Sub RemoveEventHandler( _
       ByVal eventKey As Object, _
       ByVal handler As Delegate _
    ) 
    'Usage
     
    Dim instance As ToolWindow
    Dim eventKey As Object
    Dim handler As Delegate
     
    instance.RemoveEventHandler(eventKey, handler)
    protected void RemoveEventHandler( 
       object eventKey,
       Delegate handler
    )

    Parameters

    eventKey
    The object that owns the event.
    handler
    The delegate to remove from the list.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also