Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpApplication.Events Property

 

Gets the list of event handler delegates that process all application events.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Protected ReadOnly Property Events As EventHandlerList

Property Value

Type: System.ComponentModel.EventHandlerList

An EventHandlerList that contains the names of the event handler delegates.

.NET Framework
Available since 1.1
Return to top
Show: