MouseAction.OnDragPendingEnded(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 exited the drag/click-pending state.
protected:
virtual void OnDragPendingEnded(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected virtual void OnDragPendingEnded (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
abstract member OnDragPendingEnded : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
override this.OnDragPendingEnded : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overridable Sub OnDragPendingEnded (e As MouseActionEventArgs)
Parameters
A MouseActionEventArgs that contains event data.
Remarks
The drag/click-pending state ends when the criteria for dragging has been satisfied, or when a MouseUp has been received before dragging could begin (in which case the user has clicked), or when a Complete or Cancel event has been received.