שתף באמצעות


ShippingMethodDataSet.ShippingMethodRowChangeEvent Constructor

Initializes a new instance of the ShippingMethodDataSet..::.ShippingMethodRowChangeEvent class.

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

Syntax

'Declaration
Public Sub New ( _
    row As ShippingMethodDataSet..::.ShippingMethodRow, _
    action As DataRowAction _
)
'Usage
Dim row As ShippingMethodDataSet..::.ShippingMethodRow
Dim action As DataRowAction

Dim instance As New ShippingMethodDataSet..::.ShippingMethodRowChangeEvent(row, action)
public ShippingMethodRowChangeEvent(
    ShippingMethodDataSet..::.ShippingMethodRow row,
    DataRowAction action
)
public:
ShippingMethodRowChangeEvent(
    ShippingMethodDataSet..::.ShippingMethodRow^ row, 
    DataRowAction action
)
public function ShippingMethodDataSet..::.ShippingMethodRowChangeEvent(
    row : ShippingMethodDataSet..::.ShippingMethodRow, 
    action : DataRowAction
)

Parameters

Remarks

The ShippingMethodRowChangeEvent event occurs when an action is performed on a DataRow.

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.

Permissions

See Also

Reference

ShippingMethodDataSet..::.ShippingMethodRowChangeEvent Class

ShippingMethodDataSet..::.ShippingMethodRowChangeEvent Members

Microsoft.CommerceServer.Orders Namespace