BeforeReload Property

Definition

Assembly XamlToCSharpGenerator.Runtime.Core.dll

Gets a callback invoked before the reload action runs.

public Action<object>? BeforeReload { get; init; }

Returns