Click or drag to resize

BcfFaultViewCollectionTFaultViewCollectionChanged Event

[This is preliminary documentation and is subject to change.]

Occurs when the collection changes.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public event NotifyCollectionChangedEventHandler CollectionChanged

Return Value

Type: 
The event handler receives an argument of type NotifyCollectionChangedEventArgs, which contains data that is related to this event.

Implements

INotifyCollectionChangedCollectionChanged
See Also