RestoreState Property

Definition

Assembly XamlToCSharpGenerator.Runtime.Core.dll

Gets a callback that restores captured state after reload.

public Action<object, object?>? RestoreState { get; init; }

Returns