CollectionViewSource.OnCollectionViewTypeChanged(Type, Type) Methode

Definition

Wird aufgerufen, wenn sich die CollectionViewType-Eigenschaft ändert.

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)

Parameter

oldCollectionViewType
Type

Der alte Wert der CollectionViewType-Eigenschaft.

newCollectionViewType
Type

Der neue Wert der CollectionViewType -Eigenschaft.

Gilt für: