Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDiagramPostbackTechnology Class / OnWebControlPreRender Method
An System.EventArgs that contains the event data.
The script include files as provided by the EnumerateScriptIncludes() method.


In This Topic
    OnWebControlPreRender Method (NDiagramPostbackTechnology)
    In This Topic
    This method is invoked from the overridden OnPreRender method of the Nevron.UI.WebForm.Controls.NWebControl class. The default implementation of this method registers the script files as provided by the EnumerateScriptIncludes() method. The NChartPostbackTechnology implementation of this method cancels the default behavior.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnWebControlPreRender( _
       ByVal e As System.EventArgs, _
       ByVal scriptIncludeFiles As System.Collections.ArrayList _
    ) 
    'Usage
     
    
    Dim instance As NDiagramPostbackTechnology
    Dim e As System.EventArgs
    Dim scriptIncludeFiles As System.Collections.ArrayList
     
    instance.OnWebControlPreRender(e, scriptIncludeFiles)
    public override void OnWebControlPreRender( 
       System.EventArgs e,
       System.Collections.ArrayList scriptIncludeFiles
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    scriptIncludeFiles
    The script include files as provided by the EnumerateScriptIncludes() method.
    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