AsyncObservableObject.NotifyPropertyChangedAsync 方法

定义

通知此 对象上的属性发生更改。 事件PropertyChanged在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

参数

cancellationToken
CancellationToken

取消标记。

propertyName
String

已更改属性的名称。

返回

引发事件后 PropertyChanged 将完成的任务。

适用于