ManagementEventWatcher.Stopped イベント
アセンブリ: System.Management (system.management.dll 内)

Dim instance As ManagementEventWatcher Dim handler As StoppedEventHandler AddHandler instance.Stopped, handler
public: event StoppedEventHandler^ Stopped { void add (StoppedEventHandler^ value); void remove (StoppedEventHandler^ value); }

イベント ハンドラは、このイベントに関連するデータを格納している StoppedEventArgs 型の引数を受け取ります。次の StoppedEventArgs プロパティは、このイベントに固有の情報を提供します。
.NET Framework のセキュリティ


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ManagementEventWatcher.Stopped イベントのページへのリンク