InvokeEditorAction.OnDragCompleted(MouseActionEventArgs) Method

Definition

Users tend to drag across the text, thinking they will select the text. Therefore we need to respond to this event and invoke the editor.

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

Applies to