EnumerableChangedHandlerTItem, TCollection Class |
Namespace: Eto
public abstract class EnumerableChangedHandler<TItem, TCollection> : CollectionChangedHandler<TItem, TCollection> where TCollection : class, Object, IEnumerable<TItem>
The EnumerableChangedHandlerTItem, TCollection type exposes the following members.
Name | Description | |
---|---|---|
EnumerableChangedHandlerTItem, TCollection | Initializes a new instance of the EnumerableChangedHandlerTItem, TCollection class |
Name | Description | |
---|---|---|
Count |
Gets the count of the items in the current registered collection.
(Overrides CollectionChangedHandlerTItem, TCollectionCount.) |
Name | Description | |
---|---|---|
InitializeCollection |
Initializes the collection, usually by adding the collection to the underlying handler.
| |
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).) |