LastModifiedChanging Event

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

Occurs before a LastModified value in the CountryCodesDataTable is changed.

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

Syntax

'Declaration
Public Event LastModifiedChanging As RegionCodeDataSet..::.CountryCodesDataTable..::.LastModifiedChangeEventHandler
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim handler As RegionCodeDataSet..::.CountryCodesDataTable..::.LastModifiedChangeEventHandler

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

Remarks

Event generated when a LastModified value in the CountryCodesDataTable table is changing. For more information about handling events, see Consuming Events.

Permissions

See Also

Reference

RegionCodeDataSet..::.CountryCodesDataTable Class

RegionCodeDataSet..::.CountryCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace