Version 24.2 (latest)

ISupportsDataChangeNotifications Interface Methods

For a list of all members of this type, see ISupportsDataChangeNotifications members.

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