OnCollectionViewTypeChanged Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionViewSource Class : OnCollectionViewTypeChanged Method

oldCollectionViewType
The old value of the CollectionViewType property.
newCollectionViewType
The new value of the CollectionViewType property.
Raised when the CollectionViewType property is changed.

Syntax

Visual Basic (Declaration) 
Overrides Protected NotOverridable Sub OnCollectionViewTypeChanged( _
   ByVal oldCollectionViewType As Type, _
   ByVal newCollectionViewType As Type _
) 
C# 
protected override void OnCollectionViewTypeChanged( 
   Type oldCollectionViewType,
   Type newCollectionViewType
)

Parameters

oldCollectionViewType
The old value of the CollectionViewType property.
newCollectionViewType
The new value of the CollectionViewType property.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also