| 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.3.0.0 (5.3.0)
Syntaxprotected override void NotifyChange(
	ListChangedType changeType,
	int oldIndex,
	int newIndex
)
Protected Overrides Sub NotifyChange ( 
	changeType As ListChangedType,
	oldIndex As Integer,
	newIndex As Integer
)
Parameters
- changeType
 - Type: System.ComponentModelListChangedType
Type of the change. - oldIndex
 - Type: SystemInt32
The old index. - newIndex
 - Type: SystemInt32
The new index. 
See Also