CollectionViewSource::OnCollectionViewTypeChanged Method (Type^, Type^)
.NET Framework (current version)
Invoked when the CollectionViewType property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnCollectionViewTypeChanged( Type^ oldCollectionViewType, Type^ newCollectionViewType )
Parameters
- oldCollectionViewType
-
Type:
System::Type^
The old value of the CollectionViewType property.
- newCollectionViewType
-
Type:
System::Type^
The new value of the CollectionViewType property.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: