Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / DoubleClick Event


In This Topic
DoubleClick Event (IElement)
In This Topic
Occurs when the user presses and releases the left or right mouse button twice in succession while the pointer is on an element.
Syntax
'Declaration
 
Event DoubleClick As EventHandler
 
'Usage
 
Dim instance As IElement
Dim handler As EventHandler
 
AddHandler instance.DoubleClick, handler
See Also