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.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property Row As RegionCodeDataSet..::.StateCodesRow
'Usage
Dim instance As RegionCodeDataSet..::.StateCodesDataTable..::.ModifiedByChangeEventArg
Dim value As RegionCodeDataSet..::.StateCodesRow

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

Property Value

Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.StateCodesRow
The Row upon which an action has occurred.

Remarks

With the row and column values of the RegionCodeDataSet..::.StateCodesDataTable, you can determine exactly which cell of the data table has been modified.

A ModifiedByChangeEventArg is returned as part of the ModifiedByChanged and ModifiedByChanging events to indicate the action that was taken on a row to raise the event.

Permissions

See Also

Reference

RegionCodeDataSet..::.StateCodesDataTable..::.ModifiedByChangeEventArg Class

RegionCodeDataSet..::.StateCodesDataTable..::.ModifiedByChangeEventArg Members

Microsoft.CommerceServer.Orders Namespace