AppBuilderBase<TAppBuilder>.

AfterSetupCallback Property

Summary

Gets or sets a method to call after the Application is setup.
Namespace
Avalonia.Controls
Containing Type
AppBuilderBase<TAppBuilder>

Syntax

public Action<TAppBuilder> AfterSetupCallback { get; private set; }

Value

Type Description
Action<TAppBuilder>