Click or drag to resize

BcfFaultViewCollectionTFaultViewOnCollectionChanged Method

Raises the CollectionChanged event.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
protected virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)

Parameters

e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
A NotifyCollectionChangedEventArgs that contains the event data.
See Also