System.Web
2.0.0.0
System.Delegate
System.Void
To be added.
To be added.
The delegate is defined for the event of the class. You can access the event of the class in the Global.asax file for your ASP.NET application as shown in the example for this topic.
You can use the to replace the creation of the object by the with your own custom object. To do this, define a delegate using the and assign it to the event of the .
Defines the delegate for the event of the class.