Partager via


WindowStateChangedEventArgs Class

Definition

Represents the event arguments for the window state changed event.

public ref class WindowStateChangedEventArgs sealed : EventArgs
public sealed class WindowStateChangedEventArgs : EventArgs
type WindowStateChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class WindowStateChangedEventArgs
Inherits EventArgs
Inheritance
WindowStateChangedEventArgs

Constructors

WindowStateChangedEventArgs()

Initializes a new instance of the WindowStateChangedEventArgs class.

Properties

dwValidFlagsMask

Gets the valid flags mask.

dwWindowStateFlags

Gets the window state flags.

Applies to