AfterSetupCallback Property
Gets a method to call after the Application is setup.
Definition
Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Action<AppBuilder> AfterSetupCallback { get; }
Public ReadOnly Property AfterSetupCallback As Action(Of AppBuilder)
Get
member AfterSetupCallback : Action<AppBuilder> with get