FocusChangeForCrossThreadClientEventArgs Constructor (IntPtr, Object^)

 

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

public:
FocusChangeForCrossThreadClientEventArgs(
	IntPtr hwndGainingFocus,
	Object^ source
)

Parameters

hwndGainingFocus
Type: System::IntPtr

The HWND of the window that is gaining focus

source
Type: System::Object^

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

Return to top
Show: