ShapeElement::OnDragOver Method (DiagramDragEventArgs^)
Visual Studio 2015
Override this method to respond to the movement of the mouse over the shape. Set e.Effect to indicate the cursor feedback to the user.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- e
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramDragEventArgs^
The diagram drag event arguments.
A hit test is performed by the DiagramClientView and the event is fired to the most relevant ShapeElement.
Show: