IEventProperty interface
Stores event properties.
You do not need to implement the IEventProperty interface. A system-supplied class (CLSID_CEventProperty) implements this interface.
Use this interface if you need to create custom event properties.
The IEventProperty interface inherits from the IDispatch interface. IEventProperty also has these types of members:
- Properties
The IEventProperty interface has these properties.
Property | Access type | Description |
---|---|---|
Read/write | The name of the property. |
|
Read/write | The value of the property. |
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
Eventsys.h |
IDL |
Eventsys.idl |