OnRemoveComplete Method (OutlineNodeCollection)
Called after an item has been removed.
protected virtual void OnRemoveComplete(
int ,
object
)
'Declaration
Protected Overridable Sub OnRemoveComplete( _
ByVal As Integer, _
ByVal As Object _
)
Parameters
- index
- The item index.
- value
- The item.