Event WindowStateChanged
Occurs when the window's WindowState property changes.
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public event EventHandler<WindowState>? WindowStateChanged
Returns
Type | Description |
---|---|
EventHandler<WindowState> | Occurs when the window's property changes. |
Remarks
note
This event only has affect when using the OverlappedPresenter.