Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartPostbackTechnology Class / OnWebControlLoad Method
An System.EventArgs that contains the event data.


In This Topic
    OnWebControlLoad Method (NChartPostbackTechnology)
    In This Topic
    Checks if there is a chart web control state stored and if one is found, loads it to the associated Nevron Chart web control.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnWebControlLoad( _
       ByVal e As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As NChartPostbackTechnology
    Dim e As System.EventArgs
     
    instance.OnWebControlLoad(e)
    public override void OnWebControlLoad( 
       System.EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also