CollectionViewSource.OnCollectionViewTypeChanged(Type, Type) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Invocado quando a propriedade CollectionViewType é alterada.
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)
Parâmetros
- oldCollectionViewType
- Type
O valor antigo da propriedade CollectionViewType.
- newCollectionViewType
- Type
O novo valor da propriedade CollectionViewType.