Share via


CatalogChanged Event

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

Occurs when Catalog in the CatalogsDataSet..::.CatalogsDataTable is changed.

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

Syntax

'Declaration
Public Event CatalogChanged As CatalogsDataSet..::.CatalogChangeEventHandler
'Usage
Dim instance As CatalogsDataSet..::.CatalogsDataTable
Dim handler As CatalogsDataSet..::.CatalogChangeEventHandler

AddHandler instance.CatalogChanged, handler
public event CatalogsDataSet..::.CatalogChangeEventHandler CatalogChanged
public:
 event CatalogsDataSet..::.CatalogChangeEventHandler^ CatalogChanged {
    void add (CatalogsDataSet..::.CatalogChangeEventHandler^ value);
    void remove (CatalogsDataSet..::.CatalogChangeEventHandler^ 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

CatalogsDataSet..::.CatalogsDataTable Class

CatalogsDataSet..::.CatalogsDataTable Members

Microsoft.CommerceServer.Catalog Namespace