This documentation is archived and is not being maintained.
HttpApplication.Events Property
.NET Framework 1.1
Gets the list of event handler delegates that process all application events.
[Visual Basic] Protected ReadOnly Property Events As EventHandlerList [C#] protected EventHandlerList Events {get;} [C++] protected: __property EventHandlerList* get_Events(); [JScript] protected function get Events() : EventHandlerList;
Property Value
An EventHandlerList that contains the names of the event handler delegates.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplication Class | HttpApplication Members | System.Web Namespace
Show: