RestoringComponentStateSubscription Struct

Definition

Represents a subscription to component state restoration events. Dispose to unsubscribe.

public readonly struct RestoringComponentStateSubscription : IDisposable
type RestoringComponentStateSubscription = struct
    interface IDisposable
Public Structure RestoringComponentStateSubscription
Implements IDisposable
Inheritance
RestoringComponentStateSubscription
Implements

Methods

Name Description
Dispose()

Unsubscribes from state restoration events.

Applies to