ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / DettachGroupChanged<T> Method
The collection view.
The event handler.

In This Topic
    DettachGroupChanged<T> Method
    In This Topic
    Dettaches the specified handler from the group changed event.
    Syntax
    'Declaration
     
    Public Shared Sub DettachGroupChanged(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T), _
       ByVal handler As System.EventHandler _
    ) 
    public static void DettachGroupChanged<T>( 
       ICollectionView<T> collectionView,
       System.EventHandler handler
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    handler
    The event handler.

    Type Parameters

    T
    See Also