FieldList<TField>.NotifyChange 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
)
Protected Overrides Sub NotifyChange (
changeType As ListChangedType,
oldIndex As Integer,
newIndex As Integer
)
Parameters
- changeType
- Type: System.ComponentModel.ListChangedType
Type of the change. - oldIndex
- Type: System.Int32
The old index. - newIndex
- Type: System.Int32
The new index.
See Also