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 > PlayCtrl 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 PlayCtrl
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 System.EventArgs to its event handler, so it only indicates that a double-click has occurred. If you need more specific mouse information, 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

PlayCtrl Class
PlayCtrl Members