The ComponentSpace.CountryPicker namespace contains classes that implement a country picker.
| Class | Description |
|---|---|
| Country | Represents a country. |
| CountryCollection | Represents a collection of countries. The list is as defined by ISO 3166. |
| CountryEventArgs | Provides data for the CountryChanged event. |
| CountryPicker | Represents a country picker control. |
| CountryPickerException | The exception that is thrown when a country picker operation fails. |
| Delegate | Description |
|---|---|
| CountryEventHandler | Represents the method that will handle the CountryChanged event. |