CollectionViewSource.OnCollectionViewTypeChanged(Type, Type) Metoda

Definice

Vyvoláno při CollectionViewType změně vlastnosti.

protected:
 virtual void OnCollectionViewTypeChanged(Type ^ oldCollectionViewType, Type ^ newCollectionViewType);
protected virtual void OnCollectionViewTypeChanged (Type oldCollectionViewType, Type newCollectionViewType);
abstract member OnCollectionViewTypeChanged : Type * Type -> unit
override this.OnCollectionViewTypeChanged : Type * Type -> unit
Protected Overridable Sub OnCollectionViewTypeChanged (oldCollectionViewType As Type, newCollectionViewType As Type)

Parametry

oldCollectionViewType
Type

Stará hodnota CollectionViewType vlastnosti.

newCollectionViewType
Type

Nová hodnota CollectionViewType vlastnosti.

Platí pro