Share via


EnumerationPropertyValueDeleted Event

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

Occurs when an EnumerationPropertyValue is deleted from the CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable.

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

Syntax

'Declaration
Public Event EnumerationPropertyValueDeleted As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEventHandler
'Usage
Dim instance As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
Dim handler As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEventHandler

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

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Members

Microsoft.CommerceServer.Catalog Namespace