| Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IGuideDataProvidersEvents interface manages callbacks from the Guide Store when a GuideDataProvider object in the GuideDataProviders has been added, changed or removed.
Implement this interface in the Guide Store client to receive the events.
IGuideDataProvidersEvents is a dispinterface, invoked through IDispatch. It supports the following methods.
| Method | Description |
| ItemAdded | Called as notification that an object was added to the collection. |
| ItemChanged | Called as notification that an object in the collection was changed. |
| ItemRemoved | Called as notification that an object was removed from the collection. |
| ItemsChanged | Called as notification that two or more objects in the collection were changed. |