Class ControlledApplicationLifetimeStartupEventArgs
- Namespace
- Avalonia.Controls.ApplicationLifetimes
- Assembly
- Avalonia.Controls.dll
Contains the arguments for the Startup event.
public class ControlledApplicationLifetimeStartupEventArgs : EventArgs
- Inheritance
-
ControlledApplicationLifetimeStartupEventArgs
- Inherited Members
Constructors
ControlledApplicationLifetimeStartupEventArgs(IEnumerable<string>)
public ControlledApplicationLifetimeStartupEventArgs(IEnumerable<string> args)
Parameters
args
IEnumerable<string>
Properties
Args
public string[] Args { get; }
Property Value
- string[]