Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IChannelLineupsEvents interface manages callback notifications when ChannelLineup objects are added to, changed in, or removed from the ChannelLineups collection obtained from IGuideStore::get_ChannelLineups.
IChannelLineupsEvents is a dispinterface, invoked through IDispatch. It supports the following methods.
Method | Description |
ItemAdded | Called as notification that an object was added. |
ItemChanged | Called as notification that an object was changed. |
ItemRemoved | Called as notification that an object was removed. |
ItemsChanged | Called as notification that two or more objects were changed. |
Remarks
The IID of this interface is DIID_IChannelLineupsEvents.