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


In This Topic
    OnDoubleClick Method (ElementContainerControl)
    In This Topic
    Occurs if the user double clicks the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDoubleClick( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim e As EventArgs
     
    instance.OnDoubleClick(e)
    protected override void OnDoubleClick( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also