This documentation is archived and is not being maintained.
IEvent Interface
.NET Framework 1.1
Specifies a source of a management instrumentation event. Objects that implement this interface are known to be sources of management instrumentation events. Classes that do not derive from BaseEvent should implement this interface instead.
For a list of all members of this type, see IEvent Members.
[Visual Basic] Public Interface IEvent [C#] public interface IEvent [C++] public __gc __interface IEvent [JScript] public interface IEvent
Classes that Implement IEvent
| Class | Description |
|---|---|
| BaseEvent | Represents classes derived from BaseEvent that are known to be management event classes. These derived classes inherit an implementation of IEvent that allows events to be fired through the Fire method. |
Requirements
Namespace: System.Management.Instrumentation
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
IEvent Members | System.Management.Instrumentation Namespace
Show: