Skip to main content

ActivatedEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Event args for an Application Lifetime Activated or Deactivated events.

public class ActivatedEventArgs

Inheritance: EventArgs -> ActivatedEventArgs

Constructors

NameDescription
ActivatedEventArgsCtor 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

NameDescription
KindThe 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; }