Spread Windows Forms 15.0
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)
    protected virtual void OnDropDoubleClick( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Object that raised the event
    e
    Event arguments
    See Also