Version

IDataSourceUpdateNotifier Interface Members

The following tables list the members exposed by IDataSourceUpdateNotifier.

Public Methods
 NameDescription
 MethodNotifyClearItemsCalled when a large change occurs in the data source, or the content of the data source has been cleared.  
 MethodNotifyInsertItemCalled when an item is inserted at an index in the data source.  
 MethodNotifyRemoveItemCalled when an item is removed at an index in the data source.  
 MethodNotifySetItemCalled when an item is replaced with another item in the data source.  
 MethodRangeActualizedCalled when a data source now has real items for a range of items that were previously virtual placeholders.  
See Also