Spread for ASP.NET 12 Product Documentation
OnLoad Method (FpSpread)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnLoad Method
Event arguments
Occurs when the Load event is raised.
Syntax
'Declaration
 
Protected Overrides Sub OnLoad( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As EventArgs
 
instance.OnLoad(e)
protected override void OnLoad( 
   EventArgs e
)

Parameters

e
Event arguments
See Also

Reference

FpSpread Class
FpSpread Members