Jaa


InventoryCatalogsDataSet.InventoryCatalogChangeEvent Constructor

Initializes a new instance of the InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent class.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

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

Dim instance As New InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent(row, action)
public InventoryCatalogChangeEvent(
    InventoryCatalogsDataSet..::.InventoryCatalog row,
    DataRowAction action
)
public:
InventoryCatalogChangeEvent(
    InventoryCatalogsDataSet..::.InventoryCatalog^ row, 
    DataRowAction action
)
public function InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent(
    row : InventoryCatalogsDataSet..::.InventoryCatalog, 
    action : DataRowAction
)

Parameters

Remarks

The InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler event handler receives an argument of type InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent containing data related to this event.

Permissions

See Also

Reference

InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent Class

InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent Members

Microsoft.CommerceServer.Inventory Namespace