Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / OnShown Method


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

    Parameters

    e
    See Also