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.2.0.0 (1.2.16.0406)
Syntax protected virtual void NotifyChange(
ListChangedType changeType,
int oldIndex,
int newIndex
)
Protected Overridable 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