'Declaration
<ExtensionAttribute()> Public Shared Sub DetachGroupChanged(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal handler As EventHandler _ )
'Usage
Dim collectionView As ICollectionView(Of T) Dim handler As EventHandler ICollectionViewEx.DetachGroupChanged(Of T)(collectionView, handler)
[Extension()] public static void DetachGroupChanged<T>( ICollectionView<T> collectionView, EventHandler handler ) where T: class
Parameters
- collectionView
- The collection view.
- handler
- The event handler.
Type Parameters
- T