Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructor takes window identifiers as well as the DiagramClientView.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
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: IntPtrHandle of the window which is losing focus.
getting
Type: IntPtrHandle of the window which is about to get focus.
view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe 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.