DynamicCollectionBase Events
An abstract class that serves as the base class for DynamicCollection.Name | Description |
---|---|
ListChanged | Occurs when the collection contents are changed. This event is implemented to support the IBindingList interface. |
Loaded | Occurs after the collection was populated with objects. |
See Also