Click or drag to resize

ExtendedObservableCollectionT Class

Observable collection with extended functionality such as sorting and adding a range of items
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionT
    System.Collections.ObjectModelObservableCollectionT
      EtoExtendedObservableCollectionT
        Eto.FormsDataStoreCollectionT
        Eto.FormsListItemCollection

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ExtendedObservableCollection<T> : ObservableCollection<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.ExtendedObservableCollection`1"]

The ExtendedObservableCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodExtendedObservableCollectionT
Initializes a new instance of the ExtendedObservableCollectionT class.
Public methodExtendedObservableCollectionT(IEnumerableT)
Initializes a new instance of the ExtendedObservableCollectionT class with the specified items.
Top
Methods
See Also

Reference