WorkflowDesignerMessageFilter::OnMouseDoubleClick Method (MouseEventArgs^)
.NET Framework (current version)
Occurs when you double-click the mouse.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- eventArgs
-
Type:
System.Windows.Forms::MouseEventArgs^
A MouseEventArgs that contains information about the event.
OnMouseDoubleClick occurs when you double-click the mouse. The double-click is determined by the mouse settings of the operating system. You can set the time between clicks of a mouse button that is considered a double-click rather than two clicks.
The following code example shows how to override the OnMouseDoubleClick method 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
Show: