MouseAction.OnDragPendingEnded(MouseActionEventArgs) Method

Definition

Called when this MouseAction has exited the drag/click-pending state.

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

Parameters

e
MouseActionEventArgs

A MouseActionEventArgs that contains event data.

Remarks

The drag/click-pending state ends when the criteria for dragging has been satisfied, or when a MouseUp has been received before dragging could begin (in which case the user has clicked), or when a Complete or Cancel event has been received.

Applies to