Share via


DescriptionChanged Event

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

Occurs when a Description value in the StateCodesDataTable is changed.

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

Syntax

'Declaration
Public Event DescriptionChanged As RegionCodeDataSet..::.StateCodesDataTable..::.DescriptionChangeEventHandler
'Usage
Dim instance As RegionCodeDataSet..::.StateCodesDataTable
Dim handler As RegionCodeDataSet..::.StateCodesDataTable..::.DescriptionChangeEventHandler

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

Remarks

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

Permissions

See Also

Reference

RegionCodeDataSet..::.StateCodesDataTable Class

RegionCodeDataSet..::.StateCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace