Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / OnWebControlPreRender Method


In This Topic
    OnWebControlPreRender Method (NClientServerTechnology)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnWebControlPreRender( _
       ByVal e As System.EventArgs, _
       ByVal scriptIncludeFiles As System.Collections.ArrayList _
    ) 
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim e As System.EventArgs
    Dim scriptIncludeFiles As System.Collections.ArrayList
     
    instance.OnWebControlPreRender(e, scriptIncludeFiles)
    public virtual void OnWebControlPreRender( 
       System.EventArgs e,
       System.Collections.ArrayList scriptIncludeFiles
    )

    Parameters

    e
    scriptIncludeFiles
    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