Expand Minimize
This topic has not yet been rated - Rate this topic

ShippingRatesDataSet.ShippingRatesDataTable.PriceChangeEventHandler Delegate

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

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
public delegate void PriceChangeEventHandler(
	ShippingRatesDataSet..::.ShippingRatesDataTable sender,
	ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventArg e
)

Delegate for events on the ShippingRatesDataSet..::.ShippingRatesDataTable.

The event handler receives an argument of type ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventArg containing data related to this event.

When you create a ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event-handler delegates, see Events and Delegates.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.