Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / EventHandlerTable Class / Combine Method
A reference to a EventHandlerTable object representing the EventHandlerTable whose delegates are to be added to the current EventHandlerTable.


In This Topic
    Combine Method
    In This Topic
    Adds the delegates contained in eventHandlerTable into the current EventHandlerTable.
    Syntax
    'Declaration
     
    Public Overridable Sub Combine( _
       ByVal eventHandlerTable As EventHandlerTable _
    ) 
    'Usage
     
    Dim instance As EventHandlerTable
    Dim eventHandlerTable As EventHandlerTable
     
    instance.Combine(eventHandlerTable)
    public virtual void Combine( 
       EventHandlerTable eventHandlerTable
    )

    Parameters

    eventHandlerTable
    A reference to a EventHandlerTable object representing the EventHandlerTable whose delegates are to be added to the current EventHandlerTable.
    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