| ComponentSpace Country Picker Control Reference |
|
CountryCollection.OnRemoveComplete Method
Performs additional custom processes after removing a country from the collection.
[Visual Basic]
Overrides Protected Sub OnRemoveComplete( _
ByVal
index As
Integer, _
ByVal
value As
Object _
)
[C#]
protected override
void OnRemoveComplete(
int index,
object value);
Parameters
-
index
- The zero-based index at which country can be found.
-
value
- The country to remove.
See Also
CountryCollection Class | ComponentSpace.CountryPicker Namespace