MouseAction.OnDraggingBegun(MouseActionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.