8 references to NotifyChangedAsync
Microsoft.AspNetCore.Components (5)
CascadingValueSource.cs (5)
31
/// <param name="isFixed">A flag to indicate whether the value is fixed. If false, all receipients will subscribe for update notifications, which you can issue by calling <see cref="
NotifyChangedAsync
()"/>. These subscriptions come at a performance cost, so if the value will not change, set <paramref name="isFixed"/> to true.</param>
42
/// <param name="isFixed">A flag to indicate whether the value is fixed. If false, all receipients will subscribe for update notifications, which you can issue by calling <see cref="
NotifyChangedAsync
()"/>. These subscriptions come at a performance cost, so if the value will not change, set <paramref name="isFixed"/> to true.</param>
53
/// <param name="isFixed">A flag to indicate whether the value is fixed. If false, all receipients will subscribe for update notifications, which you can issue by calling <see cref="
NotifyChangedAsync
()"/>. These subscriptions come at a performance cost, so if the value will not change, set <paramref name="isFixed"/> to true.</param>
64
/// <param name="isFixed">A flag to indicate whether the value is fixed. If false, all receipients will subscribe for update notifications, which you can issue by calling <see cref="
NotifyChangedAsync
()"/>. These subscriptions come at a performance cost, so if the value will not change, set <paramref name="isFixed"/> to true.</param>
134
return
NotifyChangedAsync
();
Microsoft.AspNetCore.Components.Tests (3)
CascadingParameterTest.cs (3)
598
await cascadingValueSource.
NotifyChangedAsync
();
668
await cascadingValueSource.
NotifyChangedAsync
();
857
await cascadingValueSource.
NotifyChangedAsync
();