Share via


ShippingRatesDataSet.ShippingRatesRowChangeEvent Class

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

Provides data for the change events of the ShippingRatesDataSet..::.ShippingRatesDataTable class.

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

Syntax

'Declaration
Public Class ShippingRatesRowChangeEvent _
    Inherits EventArgs
'Usage
Dim instance As ShippingRatesDataSet.ShippingRatesRowChangeEvent
public class ShippingRatesRowChangeEvent : EventArgs
public ref class ShippingRatesRowChangeEvent : public EventArgs
public class ShippingRatesRowChangeEvent extends EventArgs

Remarks

A ShippingRatesRowChangeEvent is returned as part of the OnRowChanged, OnRowChanging, OnRowDeleted, and OnRowDeleting methods to indicate that action was taken on a row to raise the event.

EventArgs class that is passed to the registered RowChanged, RowChanging, RowDeleted, and RowDeleting event handlers (ShippingRatesDataSet..::.ShippingRatesRowChangeEventHandler) for a ShippingRatesDataSet.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesRowChangeEvent

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ShippingRatesDataSet..::.ShippingRatesRowChangeEvent Members

Microsoft.CommerceServer.Orders Namespace