WorkflowView::OnMouseMove Method (MouseEventArgs^)
.NET Framework (current version)
Occurs when the mouse moves over the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- e
-
Type:
System.Windows.Forms::MouseEventArgs^
A MouseEventArgs that contains information about the event.
Mouse events occur in the following order:
2.OnMouseMove
3.OnMouseHover or OnMouseDown or OnMouseWheel
OnMouseMove occurs when the mouse pointer moves over the WorkflowView.
.NET Framework
Available since 3.0
Available since 3.0
Show: