Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs after a ShippingMethodDataSet..::.ShippingMethodRow in the table has been deleted.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Event ShippingMethodRowDeleted As ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler
'Usage
Dim instance As ShippingMethodDataSet..::.ShippingMethodDataTable
Dim handler As ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler
AddHandler instance.ShippingMethodRowDeleted, handler
public event ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler ShippingMethodRowDeleted
public:
event ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler^ ShippingMethodRowDeleted {
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 deleted. For more information about handling events, see Consuming Events.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ShippingMethodDataSet..::.ShippingMethodDataTable Class