MouseAction.OnMouseActionCanceled(DiagramEventArgs) Method

Definition

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

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

Parameters

e
DiagramEventArgs

A DiagramEventArgs that contains event data.

Applies to