OnRemoveComplete Method (RibbonItemCollection)
In This Topic
Performs additional custom processes after removing an element from the
System.Collections.CollectionBase instance.
Syntax
'Declaration
Protected Overridable Sub OnRemoveComplete( _
ByVal As Integer, _
ByVal As Object _
)
protected virtual void OnRemoveComplete(
int ,
object
)
Parameters
- index
- The zero-based index at which can be found.
- value
- The value of the element to remove from .
See Also