WindowStateChangedEventArgs Class

Definition

Represents event arguments for the WindowStateChanged 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

Property to get the dwValidFlagsMask.

dwWindowStateFlags

Property to get the dwWindowStateFlags.

Applies to