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