FocusChangeForCrossThreadClientEventArgs Constructors

Definition

Overloads

FocusChangeForCrossThreadClientEventArgs(IntPtr)

Initializes a new instance of FocusChangeFOrCrossThreadClientEventArgs.

FocusChangeForCrossThreadClientEventArgs(IntPtr, Object)

Initializes a new instance of FocusChangeFOrCrossThreadClientEventArgs that is associated with the specified window.

FocusChangeForCrossThreadClientEventArgs(IntPtr)

Initializes a new instance of FocusChangeFOrCrossThreadClientEventArgs.

public:
 FocusChangeForCrossThreadClientEventArgs(IntPtr hwndGainingFocus);
public FocusChangeForCrossThreadClientEventArgs (IntPtr hwndGainingFocus);
new Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs : nativeint -> Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs
Public Sub New (hwndGainingFocus As IntPtr)

Parameters

hwndGainingFocus
IntPtr

nativeint

The HWND gaining focus.

Applies to

FocusChangeForCrossThreadClientEventArgs(IntPtr, Object)

Initializes a new instance of FocusChangeFOrCrossThreadClientEventArgs that is associated with the specified window.

public:
 FocusChangeForCrossThreadClientEventArgs(IntPtr hwndGainingFocus, System::Object ^ source);
public FocusChangeForCrossThreadClientEventArgs (IntPtr hwndGainingFocus, object source);
new Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs : nativeint * obj -> Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs
Public Sub New (hwndGainingFocus As IntPtr, source As Object)

Parameters

hwndGainingFocus
IntPtr

nativeint

The HWND of the window that is gaining focus

source
Object

The alternate source to list as the source of the event.

Applies to