IWindowImplWindowStateChanged Property

Gets or sets a method called when the minimized/maximized state of the window changes.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<WindowState>? WindowStateChanged { get; set; }

Property Value

ActionWindowState

See Also