WorkflowView::OnMouseWheel Method (MouseEventArgs^)

 

Occurs when the mouse wheel moves when the WorkflowView has focus.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual void OnMouseWheel(
	MouseEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::MouseEventArgs^

A MouseEventArgs that contains information about the event.

Mouse events occur in the following order:

1.OnMouseEnter

2.OnMouseMove

3.OnMouseHover or OnMouseDown or OnMouseWheel

4.OnMouseUp

5.OnMouseLeave

OnMouseWheel occurs when the mouse wheel is moved over the WorkflowView.

.NET Framework
Available since 3.0
Return to top
Show: