Compartir a través de


LostFocusEventArgs(IntPtr, IntPtr, DiagramClientView) Constructor

Definition

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.

Applies to