IActivatableLifetimeDeactivated Event

An event that is raised when the application is Deactivated for various reasons as described by the ActivationKind enumeration.

Definition

Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
event EventHandler<ActivatedEventArgs> Deactivated

Value

EventHandlerActivatedEventArgs

See Also