MouseAction::MouseLeave Method (LeaveShapeEventArgs^)

 

Performs actions for derived classes when the mouse no longer points to the shape in the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void MouseLeave(
	LeaveShapeEventArgs^ leaveArgs
)

Parameters

leaveArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams::LeaveShapeEventArgs^

The arguments to use when the mouse leaves the perimeter of a shape.

Return to top
Show: