AppBuilderAfterSetupCallback Property

Gets a method to call after the Application is setup.

Definition

Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Action<AppBuilder> AfterSetupCallback { get; }

Property Value

ActionAppBuilder

See Also