AppBuilder.AppMainDelegate Delegate
Definition
Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public delegate void AppMainDelegate(
Application app,
string[] args
)
Public Delegate Sub AppMainDelegate (
app As Application,
args As String()
)
type AppMainDelegate =
delegate of
app : Application *
args : string[] -> unit