Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonElement Class / OnDoubleClick Method
Event arguments


In This Topic
    OnDoubleClick Method (ButtonElement)
    In This Topic
    Raises the ElementWindowless.DoubleClick event when the use double-clicks on the control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDoubleClick( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ButtonElement
    Dim e As EventArgs
     
    instance.OnDoubleClick(e)
    protected virtual void OnDoubleClick( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also