FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / DoubleClick Event


In This Topic
DoubleClick Event (ElementWindowless)
In This Topic
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
See Also