LeaveShapeEventArgs Constructor (ShapeElement^, DiagramPointEventArgs^, DiagramClientView^)
Visual Studio 2015
Initializes a new instance of the LeaveShapeEventArgs class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
LeaveShapeEventArgs(
ShapeElement^ shape,
DiagramPointEventArgs^ pointArgs,
DiagramClientView^ diagramClientView
)
Parameters
- shape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The ShapeElement that the mouse cursor left.
- pointArgs
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramPointEventArgs^
A DiagramPointEventArgs that will be used to initialize this instance.
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The DiagramClientView that the LeaveShapeEventArgs originated from.
Show: