Spread Windows Forms 12.0 Product Documentation
DoubleClick Event (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : DoubleClick Event
Occurs when the user double-clicks the element.
Syntax
'Declaration
 
Public Event DoubleClick As EventHandler
'Usage
 
Dim instance As ElementWindowless
Dim handler As EventHandler
 
AddHandler instance.DoubleClick, handler
public event EventHandler DoubleClick
Remarks
This event follows the MouseUp event.
See Also

Reference

ElementWindowless Class
ElementWindowless Members
MouseUp Event
Click Event