Click or drag to resize

BcfTableViewBaseOnListChanged Method

Raises the ListChanged-event.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
protected virtual void OnListChanged(
	ListChangedEventArgs e
)

Parameters

e
Type: System.ComponentModelListChangedEventArgs
The event-args.
See Also