ControlledApplicationLifetimeStartupEventArgs Constructor
Initializes a new instance of the ControlledApplicationLifetimeStartupEventArgs class
Definition
Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ControlledApplicationLifetimeStartupEventArgs(
IEnumerable<string> args
)
Public Sub New (
args As IEnumerable(Of String)
)
new :
args : IEnumerable<string> -> ControlledApplicationLifetimeStartupEventArgs
Parameters
See Also
Reference
ControlledApplicationLifetimeStartupEventArgs Class
Avalonia.Controls.ApplicationLifetimes Namespace