Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaExtender Class / OnLoad Method


In This Topic
    OnLoad Method (FormulaExtender)
    In This Topic
    Calculates all formulas after Page_LoadComplete.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub OnLoad( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FormulaExtender
    Dim e As EventArgs
     
    instance.OnLoad(e)
    protected override void OnLoad( 
       EventArgs e
    )

    Parameters

    e
    See Also