ASP.NET Pack Programmer's Guide
ObservableCollection Members
Constructors Properties Methods
 


Represents a collection of arbitrary objects.

The following tables list the members exposed by the ObservableCollection type.

 Public Constructors

  Name Description

ObservableCollection

Initializes a new instance of the ObservableCollection class.

 Public Properties

  Name Description

collectionChanged

Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

propertyChanged

Occurs when a property value changes.

 Public Methods

  Name Description

add

Adds an object to the collection.

clear

Clears the collection

onCollectionChanged

Raises the collectionChanged event.

onPropertyChanged

Raises the propertyChanged event.

remove

Deletes an object from the collection

removeAt

Delete the element at the specified index.

removeRange

Deletes a range of elements from the collection

 See Also

ObservableCollection Class
MindFusion.Charting.Collections Namespace