InventoryQuantityDeltasDataSet.InventoryQuantityDeltaChangeEvent Constructor
Initializes a new instance of the InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent class.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub New ( _
row As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta, _
action As DataRowAction _
)
'Usage
Dim row As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
Dim action As DataRowAction
Dim instance As New InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent(row, action)
public InventoryQuantityDeltaChangeEvent(
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta row,
DataRowAction action
)
public:
InventoryQuantityDeltaChangeEvent(
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta^ row,
DataRowAction action
)
public function InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent(
row : InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta,
action : DataRowAction
)
Parameters
- row
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
Gets the row upon which an action has occurred.
- action
Type: System.Data..::.DataRowAction
Gets the action that has occurred on an InventoryQuantityDeltasDataSet.
Remarks
The InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEventHandler event handler receives an argument of type InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent containing data related to this 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
InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent Class
InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent Members