Skip to main content

ControlledApplicationLifetimeStartupEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class ControlledApplicationLifetimeStartupEventArgs

Inheritance: EventArgs -> ControlledApplicationLifetimeStartupEventArgs

Constructors

NameDescription
ControlledApplicationLifetimeStartupEventArgsNo summary available.

ControlledApplicationLifetimeStartupEventArgs Constructor

public ControlledApplicationLifetimeStartupEventArgs(System.Collections.Generic.IEnumerable<string> args)

Parameters

args System.Collections.Generic.IEnumerable<string>

Properties

NameDescription
ArgsNo summary available.

Args Property

public string[] Args { get; set; }