Bagikan melalui


InventoryCatalogChanged Event

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Occurs when the InventoryCatalog in the InventoryCatalogsDataSet..::.InventoryCatalogsDataTable is changed.

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

Syntax

'Declaration
Public Event InventoryCatalogChanged As InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalogsDataTable
Dim handler As InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler

AddHandler instance.InventoryCatalogChanged, handler
public event InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler InventoryCatalogChanged
public:
 event InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler^ InventoryCatalogChanged {
    void add (InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler^ value);
    void remove (InventoryCatalogsDataSet..::.InventoryCatalogChangeEventHandler^ value);
}
JScript does not support events.

Remarks

This is the event handler that receives an argument containing data related to this event.

Permissions

See Also

Reference

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members

Microsoft.CommerceServer.Inventory Namespace