Microsoft DirectX 8.1 (C++)

ItemsChanged Event

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The ItemsChanged event is called when two or more objects in the collection have been changed, added, or removed.

Syntax

object_ItemsChanged()

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

This method is called when a call to GuideStore.BeginTrans or GuideStore.CommitTrans caused more than one object to change. In this case, ItemChanged is not called for each item changed.

See Also