Table of Contents

Class ActivatedEventArgs

Namespace
Avalonia.Controls.ApplicationLifetimes
Assembly
Avalonia.Controls.dll

Event args for an Application Lifetime Activated or Deactivated events.

public class ActivatedEventArgs : EventArgs
Inheritance
ActivatedEventArgs
Derived
Inherited Members

Constructors

ActivatedEventArgs(ActivationKind)

Ctor for ActivatedEventArgs

public ActivatedEventArgs(ActivationKind kind)

Parameters

kind ActivationKind

The ActivationKind that this event represents

Properties

Kind

The ActivationKind that this event represents.

public ActivationKind Kind { get; }

Property Value

ActivationKind