CollectionChangedEventManager Constructor

Creates a new CollectionChangedEventManager.

Namespace:  Tortuga.Anchor.Eventing
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public CollectionChangedEventManager(
	INotifyCollectionChanged source
)
Public Sub New ( _
	source As INotifyCollectionChanged _
)

Parameters

source
Type: INotifyCollectionChanged
The source.

Exceptions


ExceptionCondition
[ArgumentNullException]source