Delen via


CatalogEnumerationPropertyValuesDataSet.EnumerationPropertyValueChangeEvent Constructor

Initializes a new instance of the CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent class.

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

Syntax

'Declaration
Public Sub New ( _
    row As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue, _
    action As DataRowAction _
)
'Usage
Dim row As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
Dim action As DataRowAction

Dim instance As New CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent(row, action)
public EnumerationPropertyValueChangeEvent(
    CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue row,
    DataRowAction action
)
public:
EnumerationPropertyValueChangeEvent(
    CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue^ row, 
    DataRowAction action
)
public function CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent(
    row : CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue, 
    action : DataRowAction
)

Parameters

Remarks

The CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEventHandler event handler receives an argument of type CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent containing data related to this event.

Permissions

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent Members

Microsoft.CommerceServer.Catalog Namespace