Deactivated 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)
- C#
- VB
- F#
event EventHandler<ActivatedEventArgs> Deactivated
Event Deactivated As EventHandler(Of ActivatedEventArgs)
abstract Deactivated : IEvent<EventHandler<ActivatedEventArgs>,
ActivatedEventArgs>
Value
EventHandler(ActivatedEventArgs)
See Also
Reference
IActivatableLifetime Interface
Avalonia.Controls.ApplicationLifetimes Namespace