WinForms › Office Window › WindowStateChangedEventArgs
WindowStateChangedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Windows
Data class WindowStateChangedEventArgs.
public sealed class WindowStateChangedEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
CurrentWindowState | Gets or sets the value of the current / new window state. |
PreviousWindowState | Gets or sets the value of the previous window state. |
Properties
CurrentWindowState
public FormWindowState CurrentWindowState
Gets or sets the value of the current / new window state.
PreviousWindowState
public FormWindowState PreviousWindowState
Gets or sets the value of the previous window state.