INotifyCollectionChanged Interface
In This Topic
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
Object Model
Syntax
'Declaration
Public Interface INotifyCollectionChanged
public interface INotifyCollectionChanged
See Also