FocusChangeForCrossThreadClientEventArgs Constructors
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.
Overloads
FocusChangeForCrossThreadClientEventArgs(IntPtr) |
Constructs a FocusChangeForCrossThreadClientEventArgs object which is associated with the given window. |
FocusChangeForCrossThreadClientEventArgs(IntPtr, Object) |
Constructs a FocusChangeForCrossThreadClientEventArgs object which is associated with the given window and eminating from the given source object. |
FocusChangeForCrossThreadClientEventArgs(IntPtr)
Constructs a FocusChangeForCrossThreadClientEventArgs object which is associated with the given window.
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 of the window belonging to a thread other than the Visual Studio UI thread that is gaining focus.
Applies to
FocusChangeForCrossThreadClientEventArgs(IntPtr, Object)
Constructs a FocusChangeForCrossThreadClientEventArgs object which is associated with the given window and eminating from the given source object.
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 belonging to a thread other than the Visual Studio UI thread that is gaining focus.
- source
- Object
The alternate source to list as the source of the event.