Condividi tramite


GetWindowEventArgs Class

Definition

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.

Applies to