LostFocusEventArgs Constructor (IntPtr, IntPtr, DiagramClientView^)
Visual Studio 2015
Constructor takes window identifiers as well as the DiagramClientView.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
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.
Show: