FocusChangeForCrossThreadClientEventArgs Constructor (IntPtr, Object^)
Visual Studio 2015
Initializes a new instance of FocusChangeFOrCrossThreadClientEventArgs that is associated with the specified window.
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.
Show: