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
- row
Type: Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodRow
The ShippingMethodDataSet..::.ShippingMethodRow that was changed.
- action
Type: System.Data..::.DataRowAction
The action that has occurred on a ShippingMethodDataSet..::.ShippingMethodRow.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ShippingMethodDataSet..::.ShippingMethodRowChangeEvent Class
ShippingMethodDataSet..::.ShippingMethodRowChangeEvent Members