Click or drag to resize
CommandifiedListTNotifyChange Method
Notifies a list change to observers with the parameters passed in.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
protected virtual void NotifyChange(
	ListChangedType changeType,
	int oldIndex,
	int newIndex
)

Parameters

changeType
Type: System.ComponentModelListChangedType
Type of the change.
oldIndex
Type: SystemInt32
The old index.
newIndex
Type: SystemInt32
The new index.
See Also