AnchorPointAction.OnMouseMove(DiagramMouseEventArgs) 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 and new feedback.
protected:
override void OnMouseMove(Microsoft::VisualStudio::Modeling::Diagrams::DiagramMouseEventArgs ^ e);
protected override void OnMouseMove (Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgs e);
override this.OnMouseMove : Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgs -> unit
Protected Overrides Sub OnMouseMove (e As DiagramMouseEventArgs)
Parameters
A DiagramMouseEventArgs that contains event data.