Row Property

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

Gets the row upon which an action has occurred.

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

Syntax

'Declaration
Public ReadOnly Property Row As CatalogDefinitionsDataSet..::.CatalogDefinition
'Usage
Dim instance As CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEvent
Dim value As CatalogDefinitionsDataSet..::.CatalogDefinition

value = instance.Row
public CatalogDefinitionsDataSet..::.CatalogDefinition Row { get; }
public:
property CatalogDefinitionsDataSet..::.CatalogDefinition^ Row {
    CatalogDefinitionsDataSet..::.CatalogDefinition^ get ();
}
public function get Row () : CatalogDefinitionsDataSet..::.CatalogDefinition

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogDefinitionsDataSet..::.CatalogDefinition
The Row upon which an action has occurred.

Remarks

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

Permissions

See Also

Reference

CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEvent Class

CatalogDefinitionsDataSet..::.CatalogDefinitionChangeEvent Members

Microsoft.CommerceServer.Catalog Namespace