Click or drag to resize

FastObservableCollectionT Constructor (Action)

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

Parameters

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