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