AfterReload Property

Definition

Assembly XamlToCSharpGenerator.Runtime.Core.dll

Gets a callback invoked after the reload action completes.

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

Returns