WorkflowView::OnMouseWheel Method (MouseEventArgs^)
.NET Framework (current version)
Occurs when the mouse wheel moves when the WorkflowView has focus.
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:
3.OnMouseHover or OnMouseDown or OnMouseWheel
OnMouseWheel occurs when the mouse wheel is moved over the WorkflowView.
.NET Framework
Available since 3.0
Available since 3.0
Show: