LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

Click Event (CaptureCtrl)






Occurs when the control is clicked.
Syntax
public new event EventHandler Click
'Declaration
 
Public Shadows Event Click As EventHandler
'Usage
 
Dim instance As CaptureCtrl
Dim handler As EventHandler
 
AddHandler instance.Click, handler
public new event EventHandler Click
add_Click(function(sender, e))
remove_Click(function(sender, e))

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 information is required (for example, 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 an action other than that of the mouse.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CaptureCtrl Class
CaptureCtrl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features