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