Share via


CountryCodeChanged Event

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Occurs when a CountryCode value in the StateCodesDataTable has been changed.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Event CountryCodeChanged As RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventHandler
'Usage
Dim instance As RegionCodeDataSet..::.StateCodesDataTable
Dim handler As RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventHandler

AddHandler instance.CountryCodeChanged, handler
public event RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventHandler CountryCodeChanged
public:
 event RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventHandler^ CountryCodeChanged {
    void add (RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventHandler^ value);
    void remove (RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventHandler^ value);
}
JScript does not support events.

Remarks

Event generated when a CountryCode value in the StateCodesDataTable table is changed. For more information about handling events, see Consuming Events.

Permissions

See Also

Reference

RegionCodeDataSet..::.StateCodesDataTable Class

RegionCodeDataSet..::.StateCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace