WindowStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |