Table of Contents

Class Window.WindowStateChangedEventArgs

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

Provides data for the window state changed event.

public class Window.WindowStateChangedEventArgs : EventArgs
Inheritance
Window.WindowStateChangedEventArgs
Inherited Members

Constructors

WindowStateChangedEventArgs(WindowState)

Initializes a new instance of the Window.WindowStateChangedEventArgs class.

public WindowStateChangedEventArgs(WindowState newState)

Parameters

newState WindowState

The new window state.

Properties

NewState

Gets the new window state.

public WindowState NewState { get; }

Property Value

WindowState