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.
Gets the action that occurred on a CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Action As DataRowAction
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent
Dim value As DataRowAction
value = instance.Action
public DataRowAction Action { get; }
public:
property DataRowAction Action {
DataRowAction get ();
}
public function get Action () : DataRowAction
Property Value
Type: System.Data..::.DataRowAction
One of the data row actions, such as:
Nothing
Delete
Change
Rollback
Commit
Add
ChangeOriginal
ChangeCurrentAndOriginal
Remarks
A CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent is returned as part of the OnRowChanged to indicate the action that was taken on a row to raise the 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
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent Class
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertyChangeEvent Members