ComponentSpace Country Picker Control Reference

CountryCollection.OnSetComplete Method 

Performs additional custom processes after setting a country in the collection.

[Visual Basic]
Overrides Protected Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
[C#]
protected override void OnSetComplete(
   int index,
   object oldValue,
   object newValue
);

Parameters

index
The zero-based index at which old country can be found.
oldValue
The country to replace.
newValue
The new country.

See Also

CountryCollection Class | ComponentSpace.CountryPicker Namespace