Share via


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

'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: System.IntPtr
    Handle of the window which is losing focus.
  • getting
    Type: System.IntPtr
    Handle of the window which is about to get focus.

.NET Framework Security

See Also

Reference

LostFocusEventArgs Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace