Table of Contents

Class CollectionContainer

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Holds an existing collection structure (e.g. ObservableCollection or DataSet) for use under a CompositeCollection.

public class CollectionContainer : DependencyObject, IBaseObject, IDisposableObject, IDisposable, INotifyCollectionChanged, IWeakEventListener
Inheritance
CollectionContainer
Implements
Extension Methods

Fields

CollectionProperty

Collection to be added into flattened ItemCollection

Properties

Collection

Collection to be added into flattened ItemCollection.

Methods

OnContainedCollectionChanged(NotifyCollectionChangedEventArgs)

Called when the contained collection changes

ReceiveWeakEvent(Type, object, EventArgs)

Handle events from the centralized event table

Events

CollectionChanged

Occurs when the contained collection changes