IWindowBaseImplDeactivated Property
Gets or sets a method called when the window is deactivated (loses focus).
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action? Deactivated { get; set; }
Property Deactivated As Action
Get
Set
abstract Deactivated : Action with get, set
Property Value
Action