WorkflowView::OnMouseDown Method (MouseEventArgs^)
.NET Framework (current version)
Occurs when the mouse pointer is over the WorkflowView and a mouse button is pressed.
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/ OnMouseDown or OnMouseWheel
OnMouseEnter occurs when the mouse pointer enters the WorkflowView.
OnMouseDown occurs when the mouse pointer is over the WorkflowView and a mouse button is pressed.
.NET Framework
Available since 3.0
Available since 3.0
Show: