ActivatedEventArgs Class
Definition
Event args for an Application Lifetime Activated or Deactivated events.
public class ActivatedEventArgs
Constructors
| Name | Description |
|---|---|
| ActivatedEventArgs | Ctor for ActivatedEventArgs |
ActivatedEventArgs Constructor
Ctor for ActivatedEventArgs
public ActivatedEventArgs(Avalonia.Controls.ApplicationLifetimes.ActivationKind kind)
Parameters
kind Avalonia.Controls.ApplicationLifetimes.ActivationKind
The Avalonia.Controls.ApplicationLifetimes.ActivationKind that this event represents
Properties
| Name | Description |
|---|---|
| Kind | The Avalonia.Controls.ApplicationLifetimes.ActivationKind that this event represents. |
Kind Property
The Avalonia.Controls.ApplicationLifetimes.ActivationKind that this event represents.
public Avalonia.Controls.ApplicationLifetimes.ActivationKind Kind { get; set; }