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
- row
Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet..::.InventoryCatalog
Gets the row upon which an action has occurred.
- action
Type: System.Data..::.DataRowAction
Gets the action that has occurred on an InventoryCatalogsDataSet.
Remarks
The InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler event handler receives an argument of type InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent 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
InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent Class
InventoryCatalogsDataSet..::.InventoryCatalogChangeEvent Members