CodeAttachEventStatement.Event プロパティ
アセンブリ: System (system.dll 内)

Dim instance As CodeAttachEventStatement Dim value As CodeEventReferenceExpression value = instance.Event instance.Event = value
public: property CodeEventReferenceExpression^ Event { CodeEventReferenceExpression^ get (); void set (CodeEventReferenceExpression^ value); }
/** @property */ public CodeEventReferenceExpression get_Event () /** @property */ public void set_Event (CodeEventReferenceExpression value)
public function get Event () : CodeEventReferenceExpression public function set Event (value : CodeEventReferenceExpression)
イベント ハンドラを結び付けるイベントを示す CodeEventReferenceExpression。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- CodeAttachEventStatement.Event プロパティのページへのリンク