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