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
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
Gets the row upon which an action has occurred.
- action
Type: System.Data..::.DataRowAction
Gets the action that has occurred on a CatalogEnumerationPropertyValuesDataSet.
Remarks
The CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEventHandler event handler receives an argument of type CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent 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
CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent Class
CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValueChangeEvent Members