CollectionViewSource.OnCollectionViewTypeChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Invoked when the collection view type changes.
Assembly: System.Windows (in System.Windows.dll)
protected virtual void OnCollectionViewTypeChanged( Type oldCollectionViewType, Type newCollectionViewType )
Parameters
- oldCollectionViewType
- Type: System.Type
The old collection view type.
- newCollectionViewType
- Type: System.Type
The new collection view type.
Show: