IEventProperty interface
Stores event properties.
When to implement
You do not need to implement the IEventProperty interface. A system-supplied class (CLSID_CEventProperty) implements this interface.
When to use
Use this interface if you need to create custom event properties.
Members
The IEventProperty interface inherits from the IDispatch interface. IEventProperty also has these types of members:
- Properties
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. |
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
Eventsys.h |
IDL |
Eventsys.idl |