HttpApplication.Events Property
.NET Framework 3.0
Gets the list of event handler delegates that process all application events.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected EventHandlerList get_Events ()
protected function get Events () : EventHandlerList
Not applicable.
Property Value
An EventHandlerList that contains the names of the event handler delegates.Community Additions
ADD
Show: