MouseAction::OnMouseLeave Method (LeaveShapeEventArgs^)

 

Alerts listeners that the mouse is no longer over 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)

protected:
virtual void OnMouseLeave(
	LeaveShapeEventArgs^ e
)

Parameters

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

The arguments that occur when the mouse leaves the perimeter of a shape.

Return to top
Show: