Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / OnClick Method
Event arguments


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

    Parameters

    e
    Event arguments
    See Also