CascadingValueSource<TValue>.NotifyChangedAsync メソッド

定義

オーバーロード

NotifyChangedAsync()

値が変更されたことをサブスクライバーに通知します (たとえば、変更されている場合)。

NotifyChangedAsync(TValue)

値が変更されたことをサブスクライバーに通知し、新しい値を指定します。

NotifyChangedAsync()

値が変更されたことをサブスクライバーに通知します (たとえば、変更されている場合)。

public System.Threading.Tasks.Task NotifyChangedAsync ();
member this.NotifyChangedAsync : unit -> System.Threading.Tasks.Task
Public Function NotifyChangedAsync () As Task

戻り値

Task通知が発行されたときに完了する 。

適用対象

NotifyChangedAsync(TValue)

値が変更されたことをサブスクライバーに通知し、新しい値を指定します。

public System.Threading.Tasks.Task NotifyChangedAsync (TValue newValue);
member this.NotifyChangedAsync : 'Value -> System.Threading.Tasks.Task
Public Function NotifyChangedAsync (newValue As TValue) As Task

パラメーター

newValue
TValue

戻り値

Task通知が発行されたときに完了する 。

適用対象