OnSetComplete Method (DataSetCollection)
In This Topic
Called after an item has been set.
Syntax
'Declaration
Protected Overridable Sub OnSetComplete( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
protected virtual void OnSetComplete(
int ,
object ,
object
)
Parameters
- index
- The item index.
- oldValue
- The old item.
- newValue
- The new item.
See Also