Partager via


ShippingMethodRowDeleting Event

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

Occurs before a ShippingMethodDataSet..::.ShippingMethodRow in the table is deleted.

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

Syntax

'Declaration
Public Event ShippingMethodRowDeleting As ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler
'Usage
Dim instance As ShippingMethodDataSet..::.ShippingMethodDataTable
Dim handler As ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler

AddHandler instance.ShippingMethodRowDeleting, handler
public event ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler ShippingMethodRowDeleting
public:
 event ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler^ ShippingMethodRowDeleting {
    void add (ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler^ value);
    void remove (ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler^ value);
}
JScript does not support events.

Remarks

Event generated when a Row in the ShippingMethodDataSet..::.ShippingMethodDataTable is being deleted. For more information about handling events, see Consuming Events.

Permissions

See Also

Reference

ShippingMethodDataSet..::.ShippingMethodDataTable Class

ShippingMethodDataSet..::.ShippingMethodDataTable Members

Microsoft.CommerceServer.Orders Namespace