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


In This Topic
DoubleClick Event (ElementWithButtons)
In This Topic
Occurs when the user double-clicks the element.
Syntax
'Declaration
 
Public Event DoubleClick As EventHandler
 
'Usage
 
Dim instance As ElementWithButtons
Dim handler As EventHandler
 
AddHandler instance.DoubleClick, handler
See Also