WorkflowView.OnMouseWheel(MouseEventArgs) Method

Definition

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

protected:
 override void OnMouseWheel(System::Windows::Forms::MouseEventArgs ^ e);
protected override void OnMouseWheel (System.Windows.Forms.MouseEventArgs e);
override this.OnMouseWheel : System.Windows.Forms.MouseEventArgs -> unit
Protected Overrides Sub OnMouseWheel (e As MouseEventArgs)

Parameters

e
MouseEventArgs

A MouseEventArgs that contains information about the event.

Remarks

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.

Applies to