LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DoubleClick Event
See Also 
Leadtools.Multimedia Namespace > ConvertCtrl Class : DoubleClick Event



Occurs when the control is double clicked.

Syntax

Visual Basic (Declaration) 
Public Shadows Event DoubleClick As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As ConvertCtrl
Dim handler As EventHandler
 
AddHandler instance.DoubleClick, handler
C# 
public new event EventHandler DoubleClick
C++/CLI 
public:
new event EventHandler^ DoubleClick

Remarks

The double click event passes an EventArgs to its event handler. It only indicates that a double click has occurred. If more specific mouse information is required, use the MouseClick event. However, the MouseClick event will not be raised if the click is caused by action other than that of the mouse.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Reference

ConvertCtrl Class
ConvertCtrl Members