次の方法で共有


Component.Events プロパティ

Component に結び付けられているイベント ハンドラのリストを取得します。

Protected ReadOnly Property Events As EventHandlerList
[C#]
protected EventHandlerList Events {get;}
[C++]
protected: __property EventHandlerList* get_Events();
[JScript]
protected function get Events() : EventHandlerList;

プロパティ値

コンポーネントのデリゲートを提供する EventHandlerList

解説

イベント処理の詳細については、「 イベントの利用 」を参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Component クラス | Component メンバ | System.ComponentModel 名前空間 | EventHandlerList