OnSetComplete Method (RibbonItemCollection)
In This Topic
Performs additional custom processes after setting a value in the
System.Collections.CollectionBase instance.
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 zero-based index at which can be found.
- oldValue
- The value to replace with .
- newValue
- The new value of the element at .
See Also