ShapeElement::OnMouseEnter Method (DiagramPointEventArgs^)
Visual Studio 2015
Called when the mouse enters a shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
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.
Show: