The C1ObservableCollection<(Of <(<'T>)>)> is the base class for all Collection<(Of <(<'T>)>)> derived collections. Supports notification.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class C1ObservableCollection<T> : Collection<T>, 
	INotifyCollectionChanged
Visual Basic (Declaration)
Public Class C1ObservableCollection(Of T) _
	Inherits Collection(Of T) _
	Implements INotifyCollectionChanged

Type Parameters

T
The type of objects to keep in collection.

Inheritance Hierarchy

See Also