WorkflowDesignerMessageFilter::OnMouseWheel Method (MouseEventArgs^)
.NET Framework (current version)
Occurs when the mouse wheel moves.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- eventArgs
-
Type:
System.Windows.Forms::MouseEventArgs^
A MouseEventArgs that contains information about the event.
OnMouseWheel occurs when the mouse wheel moves.
The following code example shows how to override the OnMouseWheel method to zoom the WorkflowView object based on the Delta property of the MouseEventArgs and to return false so that other components in the designer architecture can process the method.
.NET Framework
Available since 3.0
Available since 3.0
Show: