MouseAction.OnDraggingBegun(MouseActionEventArgs) Method

Definition

Called when this MouseAction has entered the dragging state.

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

Parameters

e
MouseActionEventArgs

A MouseActionEventArgs that contains event data.

Remarks

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

Applies to