OnRemoveComplete Method (InputComboBoxItemCollection)
In This Topic
Performs additional custom processes after removing an
InputComponent from the
InputComponentCollection instance.
Syntax
'Declaration
Protected Overridable Sub OnRemoveComplete( _
ByVal As Integer, _
ByVal As Object _
)
protected virtual void OnRemoveComplete(
int ,
object
)
Parameters
- index
- value
See Also