ShapeElement::OnMouseEnter Method (DiagramPointEventArgs^)

 

Called when the mouse enters a shape.

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

public:
virtual void OnMouseEnter(
	DiagramPointEventArgs^ e
)

Parameters

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

Details of the event such as mouse position.

Override this to provide special visual effects when the mouse is over a shape. Call the base method.

Return to top
Show: