Spread Windows Forms 12.0 Product Documentation
Click Event (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : Click Event
Occurs when the user clicks the element.
Syntax
'Declaration
 
Public Event Click As EventHandler
'Usage
 
Dim instance As ElementWindowless
Dim handler As EventHandler
 
AddHandler instance.Click, handler
public event EventHandler Click
Remarks

This event follows the MouseUp event.

See Also

Reference

ElementWindowless Class
ElementWindowless Members
MouseUp Event
DoubleClick Event