Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / _FpSpreadPage_Default Class / OnLoad Method
The System.EventArgs object that contains the event data.


In This Topic
    OnLoad Method (_FpSpreadPage_Default)
    In This Topic
    Raises the System.Web.UI.Control.Load event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLoad( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As _FpSpreadPage_Default
    Dim e As EventArgs
     
    instance.OnLoad(e)
    protected override void OnLoad( 
       EventArgs e
    )

    Parameters

    e
    The System.EventArgs object that contains the event data.
    See Also