MouseAction::OnDraggingBegun Method (MouseActionEventArgs^)

 

Alerts listeners that the drag operation has begun.

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

Parameters

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

The arguments for a mouse action.

The dragging state begins when the criteria for dragging has been satisfied. Typically, the mouse cursor must move beyond a drag delta.

Return to top
Show: