Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / OnDoubleClick Method
Event arguments


In This Topic
    OnDoubleClick Method (ElementControl)
    In This Topic
    Raises the DoubleClick event when the user double clicks with the cursor over the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDoubleClick( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim e As EventArgs
     
    instance.OnDoubleClick(e)
    protected override void OnDoubleClick( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also