ShapeElement::OnDragEnter Method (DiagramDragEventArgs^)

 

Called when the mouse enters a shape during a drag operation.

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

A hit test is performed by the DiagramClientView and the event is fired to the most relevant ShapeElement.

Return to top
Show: