AsyncObservableObject.NotifyPropertyChangedAsync Méthode
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.
Avertit d’une modification apportée à une propriété sur cet objet. L’événement PropertyChanged est déclenché sur le thread main.
protected System.Threading.Tasks.Task NotifyPropertyChangedAsync (System.Threading.CancellationToken cancellationToken = default, string propertyName = "");
member this.NotifyPropertyChangedAsync : System.Threading.CancellationToken * string -> System.Threading.Tasks.Task
Protected Function NotifyPropertyChangedAsync (Optional cancellationToken As CancellationToken = Nothing, Optional propertyName As String = "") As Task
Paramètres
- cancellationToken
- CancellationToken
Jeton d'annulation.
- propertyName
- String
Nom de la propriété qui a été modifiée.
Retours
Tâche qui se termine une fois l’événement PropertyChanged déclenché.