DependencyPropertyChangedEventArgs.NewValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de la propriété de dépendance après la modification signalée.
public:
property Platform::Object ^ NewValue { Platform::Object ^ get(); };
IInspectable NewValue();
public object NewValue { get; }
var object = dependencyPropertyChangedEventArgs.newValue;
Public ReadOnly Property NewValue As Object
Valeur de propriété
Valeur de la propriété de dépendance après la modification.