CascadingValueSource<TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supplies a cascading value that can be received by components using CascadingParameterAttribute.
public class CascadingValueSource<TValue>
type CascadingValueSource<'Value> = class
Public Class CascadingValueSource(Of TValue)
Type Parameters
- TValue
- Inheritance
-
CascadingValueSource<TValue>
Constructors
CascadingValueSource<TValue>(Func<TValue>, Boolean) |
Constructs an instance of CascadingValueSource<TValue>. |
CascadingValueSource<TValue>(String, Func<TValue>, Boolean) |
Constructs an instance of CascadingValueSource<TValue>. |
CascadingValueSource<TValue>(String, TValue, Boolean) |
Constructs an instance of CascadingValueSource<TValue>. |
CascadingValueSource<TValue>(TValue, Boolean) |
Constructs an instance of CascadingValueSource<TValue>. |
Methods
NotifyChangedAsync() |
Notifies subscribers that the value has changed (for example, if it has been mutated). |
NotifyChangedAsync(TValue) |
Notifies subscribers that the value has changed, supplying a new value. |