Share via


CountryCodesRowDeleted Event

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

Occurs when a RegionCodeDataSet..::.CountryCodesRow is deleted.

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

Syntax

'Declaration
Public Event CountryCodesRowDeleted As RegionCodeDataSet..::.CountryCodesRowChangeEventHandler
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim handler As RegionCodeDataSet..::.CountryCodesRowChangeEventHandler

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

Remarks

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

Permissions

See Also

Reference

RegionCodeDataSet..::.CountryCodesDataTable Class

RegionCodeDataSet..::.CountryCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace