WorkflowView::OnMouseDoubleClick Method (MouseEventArgs^)

 

Occurs when the WorkflowView is double-clicked.

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

protected:
virtual void OnMouseDoubleClick(
	MouseEventArgs^ e
) override

Parameters

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

A MouseEventArgs that contains information about the event.

The double-click is determined by the mouse settings of the operating system. The user can set the time between clicks of a mouse button that should be considered a double-click rather than two clicks.

.NET Framework
Available since 3.0
Return to top
Show: