LostFocusEventArgs(IntPtr, IntPtr, DiagramClientView) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor takes window identifiers as well as the DiagramClientView.
public:
LostFocusEventArgs(IntPtr losing, IntPtr getting, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public LostFocusEventArgs (IntPtr losing, IntPtr getting, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
new Microsoft.VisualStudio.Modeling.Diagrams.LostFocusEventArgs : nativeint * nativeint * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> Microsoft.VisualStudio.Modeling.Diagrams.LostFocusEventArgs
Public Sub New (losing As IntPtr, getting As IntPtr, view As DiagramClientView)
Parameters
- losing
-
IntPtr
nativeint
Handle of the window which is losing focus.
- getting
-
IntPtr
nativeint
Handle of the window which is about to get focus.
- view
- DiagramClientView
The DiagramClientView that is losing focus.