DataStoreChangedHandlerTItem, TCollection Class |
Namespace: Eto
public abstract class DataStoreChangedHandler<TItem, TCollection> : CollectionChangedHandler<TItem, TCollection>, IEnumerable<TItem>, IEnumerable where TCollection : class, Object, IDataStore<TItem>
The DataStoreChangedHandlerTItem, TCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| DataStoreChangedHandlerTItem, TCollection | Initializes a new instance of the DataStoreChangedHandlerTItem, TCollection class |
| Name | Description | |
|---|---|---|
| Count |
Gets the count of the items in the current registered collection.
(Overrides CollectionChangedHandlerTItem, TCollectionCount.) |
| Name | Description | |
|---|---|---|
| GetEnumerator |
Gets the enumerator.
| |
| InternalElementAt |
Gets the element at the specified index.
(Overrides CollectionChangedHandlerTItem, TCollectionInternalElementAt(Int32).) | |
| InternalIndexOf |
Implements the mechanism for finding the index of an item (the slow way)
(Overrides CollectionChangedHandlerTItem, TCollectionInternalIndexOf(TItem).) | |
| OnRegisterCollection |
Called when the collection is registered
(Overrides CollectionChangedHandlerTItem, TCollectionOnRegisterCollection(EventArgs).) |