LayerCollectionOnSetComplete Method |
Called when an item in the collection has been changed.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected override void OnSetComplete(
int index,
Object oldValue,
Object newValue
)
Protected Overrides Sub OnSetComplete (
index As Integer,
oldValue As Object,
newValue As Object
)
Parameters
- index
- Type: SystemInt32
The index of the item that was changed. - oldValue
- Type: SystemObject
The old value of the item. - newValue
- Type: SystemObject
The new value of the item.
See Also