MouseAction.OnDraggingEnded(MouseActionEventArgs) Method

Definition

Called when this MouseAction has exited the dragging state.

protected:
 virtual void OnDraggingEnded(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected virtual void OnDraggingEnded (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
abstract member OnDraggingEnded : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
override this.OnDraggingEnded : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overridable Sub OnDraggingEnded (e As MouseActionEventArgs)

Parameters

e
MouseActionEventArgs

A MouseActionEventArgs that contains event data.

Remarks

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

Applies to