MouseAction.OnMouseActionCompleted(DiagramEventArgs) Method

Definition

Called when the MouseAction has completed and is ready to be deactivated.

protected:
 virtual void OnMouseActionCompleted(Microsoft::VisualStudio::Modeling::Diagrams::DiagramEventArgs ^ e);
protected virtual void OnMouseActionCompleted (Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs e);
abstract member OnMouseActionCompleted : Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs -> unit
override this.OnMouseActionCompleted : Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs -> unit
Protected Overridable Sub OnMouseActionCompleted (e As DiagramEventArgs)

Parameters

e
DiagramEventArgs

A DiagramEventArgs that contains event data.

Applies to