FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / OnDropDoubleClick Method
Object that raised the event
Event arguments


In This Topic
OnDropDoubleClick Method
In This Topic
Processes the DoubleClick events that occur in a drop-down button.
Syntax
'Declaration
 
Protected Overridable Sub OnDropDoubleClick( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As ElementWithButtons
Dim sender As Object
Dim e As EventArgs
 
instance.OnDropDoubleClick(sender, e)

Parameters

sender
Object that raised the event
e
Event arguments
See Also