Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControl Class / OnPreRender Method
An System.EventArgs object that contains the event data.


In This Topic
    OnPreRender Method (NWebControl)
    In This Topic
    Queries the active NClientServerTechnology instance, stored in the ClientServerTechnology property of the web control, for script includes by calling its method EnumerateScriptIncludes() and delegates the event processing to its OnWebControlPreRender method.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPreRender( _
       ByVal e As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As NWebControl
    Dim e As System.EventArgs
     
    instance.OnPreRender(e)
    protected override void OnPreRender( 
       System.EventArgs e
    )

    Parameters

    e
    An System.EventArgs object 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