MouseAction.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.
Called when a MouseMove event has been dispatched to this MouseAction.
protected:
virtual void OnMouseMove(Microsoft::VisualStudio::Modeling::Diagrams::DiagramMouseEventArgs ^ e);
protected virtual void OnMouseMove (Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgs e);
abstract member OnMouseMove : Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgs -> unit
override this.OnMouseMove : Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgs -> unit
Protected Overridable Sub OnMouseMove (e As DiagramMouseEventArgs)
Parameters
A DiagramMouseEventArgs that contains event data.
Remarks
To modify the cursor, override GetCursor.