ManagementEventWatcher.EventArrived Event
Assembly: System.Management (in system.management.dll)
'Declaration Public Event EventArrived As EventArrivedEventHandler 'Usage Dim instance As ManagementEventWatcher Dim handler As EventArrivedEventHandler AddHandler instance.EventArrived, handler
/** @event */ public void add_EventArrived (EventArrivedEventHandler value) /** @event */ public void remove_EventArrived (EventArrivedEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Event Data
The event handler receives an argument of type EventArrivedEventArgs containing data related to this event. The following EventArrivedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Context (inherited from ManagementEventArgs) | Gets the operation context echoed back from the operation that triggered the event. |
| Gets the WMI event that was delivered. |
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.