ComponentSpace Country Picker Control Reference

CountryPicker.CountryChanged Event

Occurs when the country selection has changed.

[Visual Basic]
Public Event CountryChanged As CountryEventHandler
[C#]
public event CountryEventHandler CountryChanged;

Event Data

The event handler receives an argument of type CountryEventArgs containing data related to this event. The following CountryEventArgs property provides information specific to this event.

Property Description
Country Gets the selected country.

See Also

CountryPicker Class | ComponentSpace.CountryPicker Namespace