Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / OnClick Method


In This Topic
    OnClick Method (PSObject)
    In This Topic
    Click processing.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClick( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As PSObject
    Dim e As EventArgs
     
    instance.OnClick(e)
    protected override void OnClick( 
       EventArgs e
    )

    Parameters

    e
    See Also