LayerCollection.OnSetComplete Method |
Called when an item in the collection has been changed.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.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: System.Int32
The index of the item that was changed. - oldValue
- Type: System.Object
The old value of the item. - newValue
- Type: System.Object
The new value of the item.
See Also