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


In This Topic
    OnInit Method (FpChart)
    In This Topic
    Raises the System.Web.UI.Control.Init event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnInit( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpChart
    Dim e As EventArgs
     
    instance.OnInit(e)
    protected override void OnInit( 
       EventArgs e
    )

    Parameters

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