DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / AttachGroupChanged<T> Method
The data collection.
The event handler.

In This Topic
    AttachGroupChanged<T> Method
    In This Topic
    Attaches the specified handler to the group changed event.
    Syntax
    'Declaration
     
    Public Shared Sub AttachGroupChanged(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T), _
       ByVal handler As EventHandler _
    ) 
    public static void AttachGroupChanged<T>( 
       IDataCollection<T> dataCollection,
       EventHandler handler
    )
    where T: class

    Parameters

    dataCollection
    The data collection.
    handler
    The event handler.

    Type Parameters

    T
    See Also