Table of Contents

Method OnCollectionViewTypeChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

OnCollectionViewTypeChanged(Type, Type)

This method is invoked when the CollectionViewType property changes.

protected virtual void OnCollectionViewTypeChanged(Type oldCollectionViewType, Type newCollectionViewType)

Parameters

oldCollectionViewType Type

The old value of the CollectionViewType property.

newCollectionViewType Type

The new value of the CollectionViewType property.