ManualRouteAction.OnMouseActionCanceled(DiagramEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A DiagramEventArgs that contains event data.