ComponentOne Xamarin.Android
SortChanged Event (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : SortChanged Event
Raised after a sort operation was performed.
Syntax
'Declaration
 
Public Event SortChanged As EventHandler
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim handler As EventHandler
 
AddHandler instance.SortChanged, handler
public event EventHandler SortChanged
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members