FocusChangeForCrossThreadClientEventArgs Constructor (IntPtr)
Initializes a new instance of FocusChangeFOrCrossThreadClientEventArgs.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
hwndGainingFocus As IntPtr _
)
public FocusChangeForCrossThreadClientEventArgs(
IntPtr hwndGainingFocus
)
public:
FocusChangeForCrossThreadClientEventArgs(
IntPtr hwndGainingFocus
)
new :
hwndGainingFocus:IntPtr -> FocusChangeForCrossThreadClientEventArgs
public function FocusChangeForCrossThreadClientEventArgs(
hwndGainingFocus : IntPtr
)
Parameters
hwndGainingFocus
Type: IntPtrThe HWND gaining focus.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
FocusChangeForCrossThreadClientEventArgs Class