CascadingParameterSubscription Class

Definition

This class represents an active subscription to a cascading parameter. The implementation is responsible for providing the current value and notifying about changes by causing the subscriber component to re-render when necessary.

public abstract class CascadingParameterSubscription : IDisposable
type CascadingParameterSubscription = class
    interface IDisposable
Public MustInherit Class CascadingParameterSubscription
Implements IDisposable
Inheritance
CascadingParameterSubscription
Implements

Constructors

Name Description
CascadingParameterSubscription()

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetCurrentValue()

Function that returns the current value for the subscription.

Applies to