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



Occurs when the control is clicked.

Syntax

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

Remarks

The click event passes an EventArgs to its event handler. It only indicates that a click has occurred. If more specific mouse informationis required (e.g. button, number of clicks, wheel rotation, or location), 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