MouseAction::OnDragPendingEnded Method (MouseActionEventArgs^)

 

Alerts listeners that the drag operation is no longer pending.

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 OnDragPendingEnded(
	MouseActionEventArgs^ e
)

Parameters

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

The arguments for a mouse action.

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.

Return to top
Show: