Click or drag to resize

FastObservableCollectionT Constructor (Action)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public FastObservableCollection(
	Action onCollectionChangedAction
)

Parameters

onCollectionChangedAction
Type: SystemAction
The action to perform if the collection has changed
See Also