Share via


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

Remarks

The InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEventHandler event handler receives an argument of type InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent containing data related to this event.

Permissions

See Also

Reference

InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent Class

InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltaChangeEvent Members

Microsoft.CommerceServer.Inventory Namespace