CatalogDeleted Event

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

Occurs when Catalog is deleted from the CatalogsDataSet..::.CatalogsDataTable.

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

Syntax

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

AddHandler instance.CatalogDeleted, handler
public event CatalogsDataSet..::.CatalogChangeEventHandler CatalogDeleted
public:
 event CatalogsDataSet..::.CatalogChangeEventHandler^ CatalogDeleted {
    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