IWindowImplWindowStateChanged Property
Gets or sets a method called when the minimized/maximized state of the window changes.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<WindowState>? WindowStateChanged { get; set; }
Property WindowStateChanged As Action(Of WindowState)
Get
Set
abstract WindowStateChanged : Action<WindowState> with get, set
Property Value
ActionWindowState