Syntax
CSharp
protected override void OnLoad (
EventArgs e
)
VisualBasic
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
ManagedCPlusPlus
protected:
virtual void OnLoad (
EventArgs^ e
) override
JSharp
Parameters
- e (EventArgs)
An EventArgs object that contains the event data.
Notes For Inheritors
If you override the OnLoad(EventArgs) method, make sure to call the base class so that the Load event will be raised.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)