MouseAction.OnDragPendingBegun(MouseActionEventArgs) Method

Definition

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

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

Parameters

e
MouseActionEventArgs

A MouseActionEventArgs that contains event data.

Remarks

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

Applies to