MouseAction.OnDragPendingBegun(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 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
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.