ComponentOne Xamarin Edition
AttachGroupChanged<T> Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : AttachGroupChanged<T> Method
The collection view.
The event handler.
Attaches the specified handler to the group changed event.
Syntax
[Extension()]
public static void AttachGroupChanged<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