Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Occurs when a CatalogDefinition is being deleted from the CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Event CatalogDefinitionDeleting As CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler
'Usage
Dim instance As CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable
Dim handler As CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler
AddHandler instance.CatalogDefinitionDeleting, handler
public event CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler CatalogDefinitionDeleting
public:
event CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEventHandler^ CatalogDefinitionDeleting {
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