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