ComponentOne Xamarin Edition
DetachGroupChanged<T> Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : DetachGroupChanged<T> Method
The collection view.
The event handler.
Detaches the specified handler from the group changed event.
Syntax
[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
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members