イベント ハンドラ デリゲートを結び付けるイベントを取得または設定します。
Public Property Event As CodeEventReferenceExpression
[C#]
public CodeEventReferenceExpression Event {get; set;}
[C++]
public: __property CodeEventReferenceExpression* get_Event();public: __property void set_Event(CodeEventReferenceExpression*);
[JScript]
public function get Event() : CodeEventReferenceExpression;public function set Event(CodeEventReferenceExpression);
プロパティ値
イベント ハンドラを結び付けるイベントを示す CodeEventReferenceExpression 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeAttachEventStatement クラス | CodeAttachEventStatement メンバ | System.CodeDom 名前空間