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


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

    Parameters

    e
    Event arguments
    See Also