CreateAction.OnDragCompleted(MouseActionEventArgs) Method

Definition

Called when this MouseAction's drag operation has completed. When in Sticky mode doesn’t end the action

protected:
 override void OnDragCompleted(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected override void OnDragCompleted (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
override this.OnDragCompleted : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overrides Sub OnDragCompleted (e As MouseActionEventArgs)

Parameters

e
MouseActionEventArgs

A MouseActionEventArgs that contains event data

Applies to