OnCollectionViewTypeChanged Method
Collapse the table of content
Expand the table of content

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.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft