Click or drag to resize

ApplicationWindowRestored Event

Occurs when a window is displayed after having been minimized or when a window leaves the maximize state without minimizing.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public event EventHandler<WindowEventArgs> WindowRestored

Value

Type: SystemEventHandlerWindowEventArgs
See Also