Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / OnWebControlLoad Method
An System.EventArgs that contains the event data.


In This Topic
    OnWebControlLoad Method (NClientServerTechnology)
    In This Topic
    This method is invoked from the Load event handler of the NWebControl class. By default does nothing.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnWebControlLoad( _
       ByVal e As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim e As System.EventArgs
     
    instance.OnWebControlLoad(e)
    public virtual 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