Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the LeaveShapeEventArgs class.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
    shape As ShapeElement, _
    pointArgs As DiagramPointEventArgs, _
    diagramClientView As DiagramClientView _
)
public LeaveShapeEventArgs(
    ShapeElement shape,
    DiagramPointEventArgs pointArgs,
    DiagramClientView diagramClientView
)
public:
LeaveShapeEventArgs(
    ShapeElement^ shape, 
    DiagramPointEventArgs^ pointArgs, 
    DiagramClientView^ diagramClientView
)
new : 
        shape:ShapeElement * 
        pointArgs:DiagramPointEventArgs * 
        diagramClientView:DiagramClientView -> LeaveShapeEventArgs
public function LeaveShapeEventArgs(
    shape : ShapeElement, 
    pointArgs : DiagramPointEventArgs, 
    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. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.