Olvasás angol nyelven

Megosztás a következőn keresztül:


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

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