Version

ISupportsDataChangeNotifications Interface Members

The following tables list the members exposed by ISupportsDataChangeNotifications.

Public Methods
 NameDescription
 MethodNotifyClearItemsCalled when a large number or all items have changed, or the collection has been cleared.  
 MethodNotifyInsertItemCalled when an item has been inserted at a specific index.  
 MethodNotifyRemoveItemCalled when an item has been removed from a specific index.  
 MethodNotifySetItemCalled when an item has been set at a particular index.  
See Also