Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / OnPreRender Method
An EventArgs object that contains the event data.


In This Topic
    OnPreRender Method (FpChart)
    In This Topic
    Registers the script reference if it is needed and raises the PreRender event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPreRender( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    Dim instance As FpChart
    Dim e As EventArgs
     
    instance.OnPreRender(e)
    protected override void OnPreRender( 
       EventArgs e
    )

    Parameters

    e
    An EventArgs object that contains the event data.
    See Also