CatalogDefinitionDeleted Event
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs when the CatalogDefinition is deleted from the CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Event CatalogDefinitionDeleted As CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler
'Usage
Dim instance As CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable
Dim handler As CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler
AddHandler instance.CatalogDefinitionDeleted, handler
public event CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler CatalogDefinitionDeleted
public:
event CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler^ CatalogDefinitionDeleted {
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
- 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
CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable Class
CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable Members