MouseAction.OnDragPendingEnded(MouseActionEventArgs) Method

Definition

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

C++
protected:
 virtual void OnDragPendingEnded(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);

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

Product Versions
Visual Studio SDK 2017, 2019, 2022