Freigeben über


CatalogDefinitionChanged Event

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

Occurs when the CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable is changed.

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

Syntax

'Declaration
Public Event CatalogDefinitionChanged As CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler
'Usage
Dim instance As CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable
Dim handler As CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler

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

CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable Class

CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable Members

Microsoft.CommerceServer.Catalog Namespace