IWindowImpl.

WindowStateChanged Property

Summary

Gets or sets a method called when the minimized/maximized state of the window changes.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

Action<WindowState> WindowStateChanged { get; set; }

Value

Type Description
Action<WindowState>