ShapeElement::OnDragOver Method (DiagramDragEventArgs^)

 

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.

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 OnDragOver(
	DiagramDragEventArgs^ e
)

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.

Return to top
Show: