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


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

    Parameters

    e
    Event arguments
    See Also