Click or drag to resize

FieldListTFieldNotifyChange Method

Notifies a list change to observers with the parameters passed in.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected override 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