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