WorkflowDesignerMessageFilter::OnMouseMove Method (MouseEventArgs^)
.NET Framework (current version)
Occurs when the mouse pointer moves while within the bounds of an object.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- eventArgs
-
Type:
System.Windows.Forms::MouseEventArgs^
A MouseEventArgs that contains information about the event.
OnMouseMove occurs when the mouse pointer moves while within the bounds of an object.
The following code example shows how to override the OnMouseMove method to return the scroll position and to return false so that other components in the designer architecture can process the method.
This code example is part of the Basic Designer Hosting SDK Sample from the DesignerShell.cs file. For more information, seeBasic Designer Hosting.
.NET Framework
Available since 3.0
Available since 3.0
WorkflowDesignerMessageFilter Class
System.Workflow.ComponentModel.Design Namespace
Basic Designer Hosting
Show: