ShippingRatesDataSet.ShippingRatesDataTable.PriceChangeEventHandler Delegate
Represents the method that will handle the ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventArg events of a ShippingRatesDataSet..::.ShippingRatesDataTable.
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
public delegate void PriceChangeEventHandler( ShippingRatesDataSet..::.ShippingRatesDataTable sender, ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventArg e )
Parameters
- sender
- Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesDataTable
The source of the event.
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.