PaymentMethodDataSet.PaymentMethodRowChangeEvent Constructor
Initializes a new instance of the PaymentMethodDataSet..::.PaymentMethodRowChangeEvent class.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
row As PaymentMethodDataSet..::.PaymentMethodRow, _
action As DataRowAction _
)
'Usage
Dim row As PaymentMethodDataSet..::.PaymentMethodRow
Dim action As DataRowAction
Dim instance As New PaymentMethodDataSet..::.PaymentMethodRowChangeEvent(row, action)
public PaymentMethodRowChangeEvent(
PaymentMethodDataSet..::.PaymentMethodRow row,
DataRowAction action
)
public:
PaymentMethodRowChangeEvent(
PaymentMethodDataSet..::.PaymentMethodRow^ row,
DataRowAction action
)
public function PaymentMethodDataSet..::.PaymentMethodRowChangeEvent(
row : PaymentMethodDataSet..::.PaymentMethodRow,
action : DataRowAction
)
Parameters
- row
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet..::.PaymentMethodRow
The PaymentMethodDataSet..::.PaymentMethodRow that was changed.
- action
Type: System.Data..::.DataRowAction
The action that has occurred on a PaymentMethodDataSet..::.PaymentMethodRow.
Remarks
The PaymentMethodRowChangeEvent event occurs when an action is performed on a DataRow.
A PaymentMethodRowChangeEvent is returned as part of the OnRowChanged, OnRowChanging, OnRowDeleted, and OnRowDeleting event handlers (PaymentMethodDataSet..::.PaymentMethodRowChangeEventHandler) events to indicate the action that was taken on a row to raise the event.
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
PaymentMethodDataSet..::.PaymentMethodRowChangeEvent Class
PaymentMethodDataSet..::.PaymentMethodRowChangeEvent Members