GetWindowEventArgs 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.
The event args given to a listener of the GetWindow event.
public ref class GetWindowEventArgs : EventArgs
public class GetWindowEventArgs : EventArgs
type GetWindowEventArgs = class
inherit EventArgs
Public Class GetWindowEventArgs
Inherits EventArgs
- Inheritance
-
GetWindowEventArgs
Constructors
GetWindowEventArgs(WindowType) |
Constructs a GetWindowEventArgs requesting the given WindowType. |
Properties
WindowHandle |
The IntPtr referring to the requested windows HWND. |
WindowType |
The WindowType desired. |