Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX