CascadingValueSource<TValue> Class

Definition

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.

Applies to