OnSetComplete Method (FieldCollection)
In This Topic
Called after an item has been set. Sets
AutoGenerated property to false.
Syntax
'Declaration
Protected Overrides Sub OnSetComplete( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
protected override void OnSetComplete(
int ,
object ,
object
)
Parameters
- index
- The item index.
- oldValue
- The old item.
- newValue
- The new item.
See Also