Share via


ShippingMethodDataSet.ShippingMethodRowChangeEvent Class

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

Provides data for the change events of the ShippingMethodDataSet ShippingMethodDataSet..::.ShippingMethodDataTable class.

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

Syntax

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

Remarks

A ShippingMethodRowChangeEvent 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 (ShippingMethodDataSet..::.ShippingMethodRowChangeEventHandler) for a ShippingMethodDataSet.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodRowChangeEvent

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

ShippingMethodDataSet..::.ShippingMethodRowChangeEvent Members

Microsoft.CommerceServer.Orders Namespace