CatalogEnumerationPropertyValuesDataSet.EnumerationPropertyValueChangeEvent Class

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

Allows access to the change events of the CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable table. Provides data for the CatalogEnumerationPropertyValuesDataSet events.

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

Syntax

'Declaration
Public Class EnumerationPropertyValueChangeEvent _
    Inherits EventArgs
'Usage
Dim instance As CatalogEnumerationPropertyValuesDataSet.EnumerationPropertyValueChangeEvent
public class EnumerationPropertyValueChangeEvent : EventArgs
public ref class EnumerationPropertyValueChangeEvent : public EventArgs
public class EnumerationPropertyValueChangeEvent extends EventArgs

Remarks

The CatalogEnumerationPropertyValuesDataSet events occur when an action is performed on a DataRow.

A CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent is returned as part of the OnRowChanged to indicate the action that was taken on a row to raise the event.

The event model in the .NET Framework is based on having an event delegate that connects an event with its handler. To raise an event, two elements are needed:

  • A class that holds the event data. This class must derive from the base class EventArgs.

  • A method response to the event.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent Members

Microsoft.CommerceServer.Catalog Namespace