Invoked when the mouse moves.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
protected virtual void OnMouseMove ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnMouseMove( _ |
A Point instance that specifies the mouse pointer position.
See Also