ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / AttachGroupChanged<T> Method
The collection view.
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 collectionView As ICollectionView(Of T), _
       ByVal handler As System.EventHandler _
    ) 
    public static void AttachGroupChanged<T>( 
       ICollectionView<T> collectionView,
       System.EventHandler handler
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    handler
    The event handler.

    Type Parameters

    T
    See Also