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


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

    Parameters

    e
    See Also