ManualRouteAction.OnMouseActionCanceled(DiagramEventArgs) Method

Definition

Invalidates the old feedback.

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

Parameters

e
DiagramEventArgs

A DiagramEventArgs that contains event data.

Applies to