PriceChanged Event
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs when the Price value in the ShippingRatesDataTable has been changed.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Event PriceChanged As ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventHandler
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable
Dim handler As ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventHandler
AddHandler instance.PriceChanged, handler
public event ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventHandler PriceChanged
public:
event ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventHandler^ PriceChanged {
void add (ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventHandler^ value);
void remove (ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventHandler^ value);
}
JScript does not support events.
Remarks
Event generated when a Price value in the ShippingRatesDataTable table is changed. 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
ShippingRatesDataSet..::.ShippingRatesDataTable Class