LostFocusEventArgs Constructor
Constructor takes window identifiers as well as the DiagramClientView.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Public Sub New ( _
losing As IntPtr, _
getting As IntPtr, _
view As DiagramClientView _
)
public LostFocusEventArgs(
IntPtr losing,
IntPtr getting,
DiagramClientView view
)
public:
LostFocusEventArgs(
IntPtr losing,
IntPtr getting,
DiagramClientView^ view
)
new :
losing:IntPtr *
getting:IntPtr *
view:DiagramClientView -> LostFocusEventArgs
public function LostFocusEventArgs(
losing : IntPtr,
getting : IntPtr,
view : DiagramClientView
)
Parameters
- losing
Type: System.IntPtr
Handle of the window which is losing focus.
- getting
Type: System.IntPtr
Handle of the window which is about to get focus.
- view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
The DiagramClientView that is losing 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.