Share via


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 CatalogSetsDataSet..::.CatalogSet
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSetChangeEvent
Dim value As CatalogSetsDataSet..::.CatalogSet

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

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSet
The CatalogSetsDataSet..::.CatalogSet row upon which an action has occurred.

Remarks

A CatalogSetsDataSet..::.CatalogSetChangeEvent 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

CatalogSetsDataSet..::.CatalogSetChangeEvent Class

CatalogSetsDataSet..::.CatalogSetChangeEvent Members

Microsoft.CommerceServer.Catalog Namespace