CollectionViewSource.OnCollectionViewTypeChanged Method
Silverlight
Invoked when the collection view type changes.
Namespace: System.Windows.Data
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.