Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / OnScrollDoubleClick Method
Object that raised the event
Event arguments


In This Topic
    OnScrollDoubleClick Method
    In This Topic
    Processes the DoubleClick events that occur in scroll buttons.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnScrollDoubleClick( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnScrollDoubleClick(sender, e)
    protected virtual void OnScrollDoubleClick( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Object that raised the event
    e
    Event arguments
    See Also