EventArrivedEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the EventArrived event.
Assembly: System.Management (in System.Management.dll)
Parameters
- sender
-
Type:
System::Object^
The instance of the object for which to invoke this method.
- e
-
Type:
System.Management::EventArrivedEventArgs^
The EventArrivedEventArgs that specifies the reason the event was invoked.
The following asynchronous example sets up a WMI timer to raise an event every second, and removes it when no longer needed. The ManagementEventWatcher defines several .NET Framework events which are raised when WMI events are delivered. Delegates are attached to these events for handling the incoming data.
.NET Framework
Available since 1.1
Available since 1.1
Show: