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)

Syntax

Protected Overridable Sub OnCollectionViewTypeChanged ( _
    oldCollectionViewType As Type, _
    newCollectionViewType As Type _
)
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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

CollectionViewSource Class

System.Windows.Data Namespace