ControlledApplicationLifetimeStartupEventArgs Class
Definition
Contains the arguments for the Avalonia.Controls.ApplicationLifetimes.IControlledApplicationLifetime.Startup event.
public class ControlledApplicationLifetimeStartupEventArgs
Constructors
| Name | Description |
|---|---|
| ControlledApplicationLifetimeStartupEventArgs | No summary available. |
ControlledApplicationLifetimeStartupEventArgs Constructor
public ControlledApplicationLifetimeStartupEventArgs(System.Collections.Generic.IEnumerable<string> args)
Parameters
args System.Collections.Generic.IEnumerable<string>
Properties
| Name | Description |
|---|---|
| Args | No summary available. |
Args Property
public string[] Args { get; set; }