AsyncObservableObject.NotifyPropertyChangedAsync 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知此 对象上的属性发生更改。 事件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 将完成的任务。