LostFocusEventArgs Constructor (IntPtr, IntPtr, DiagramClientView^)

 

Constructor takes window identifiers as well as the DiagramClientView.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
LostFocusEventArgs(
	IntPtr losing,
	IntPtr getting,
	DiagramClientView^ view
)

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.

Return to top
Show: