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:
property EventHandlerList^ Events {
	EventHandlerList^ get();
}

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: