HttpApplication.Events プロパティ

定義

すべてのアプリケーション イベントを処理するイベント ハンドラー デリゲートのリストを取得します。

protected:
 property System::ComponentModel::EventHandlerList ^ Events { System::ComponentModel::EventHandlerList ^ get(); };
protected System.ComponentModel.EventHandlerList Events { get; }
member this.Events : System.ComponentModel.EventHandlerList
Protected ReadOnly Property Events As EventHandlerList

プロパティ値

EventHandlerList

イベント ハンドラー デリゲートの名前が格納されている EventHandlerList

適用対象