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 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 ShippingRatesDataSet..::.ShippingRatesRow
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable..::.MaxLimitChangeEventArg
Dim value As ShippingRatesDataSet..::.ShippingRatesRow
value = instance.Row
public ShippingRatesDataSet..::.ShippingRatesRow Row { get; }
public:
property ShippingRatesDataSet..::.ShippingRatesRow^ Row {
ShippingRatesDataSet..::.ShippingRatesRow^ get ();
}
public function get Row () : ShippingRatesDataSet..::.ShippingRatesRow
Property Value
Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesRow
The Row upon which an action has occurred.
Remarks
With the row and column values of the ShippingRatesDataSet..::.ShippingRatesDataTable, you can determine exactly which cell of the data table has been modified.
A CodeChangeEventArg is returned as part of the MaxLimitChanged and MaxLimitChanging events 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
ShippingRatesDataSet..::.ShippingRatesDataTable..::.MaxLimitChangeEventArg Class
ShippingRatesDataSet..::.ShippingRatesDataTable..::.MaxLimitChangeEventArg Members