MouseAction::OnDragPendingBegun Method (MouseActionEventArgs^)

 

Alerts listeners that the drag operation is 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 OnDragPendingBegun(
	MouseActionEventArgs^ e
)

Parameters

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

The arguments for a mouse action.

The drag/click-pending state begins when a MouseDown event occurs while the MouseAction is in a hovering state or while it is inactive.

Return to top
Show: