MouseAction::OnDraggingEnded Method (MouseActionEventArgs^)

 

Alerts listeners that the drag operation has ended.

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

protected:
virtual void OnDraggingEnded(
	MouseActionEventArgs^ e
)

Parameters

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

The arguments for a mouse action.

The dragging state ends when a MouseUp event has been received or when a Complete or Cancel event has been received.

Return to top
Show: