Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / EventHandlerTable Class / RemoveHandler Method
The object that owns the event.
The delegate to remove from the list.


In This Topic
    RemoveHandler Method (EventHandlerTable)
    In This Topic
    Removes a delegate from the list.
    Syntax
    'Declaration
     
    Public Overridable Sub RemoveHandler( _
       ByVal eventKey As Object, _
       ByVal handler As Delegate _
    ) 
    'Usage
     
    Dim instance As EventHandlerTable
    Dim eventKey As Object
    Dim handler As Delegate
     
    instance.RemoveHandler(eventKey, handler)
    public virtual void RemoveHandler( 
       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