Row Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the PaymentMethodDataSet..::.PaymentMethodRow 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 PaymentMethodDataSet..::.PaymentMethodRow
'Usage
Dim instance As PaymentMethodDataSet..::.PaymentMethodRowChangeEvent
Dim value As PaymentMethodDataSet..::.PaymentMethodRow
value = instance.Row
public PaymentMethodDataSet..::.PaymentMethodRow Row { get; }
public:
property PaymentMethodDataSet..::.PaymentMethodRow^ Row {
PaymentMethodDataSet..::.PaymentMethodRow^ get ();
}
public function get Row () : PaymentMethodDataSet..::.PaymentMethodRow
Property Value
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet..::.PaymentMethodRow
The PaymentMethodDataSet..::.PaymentMethodRow upon which an action has occurred.
Remarks
A PaymentMethodRowChangeEvent is returned as part of the OnRowChanged, OnRowChanging, OnRowDeleted, and OnRowDeleting event handlers (PaymentMethodDataSet..::.PaymentMethodRowChangeEventHandler) 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
PaymentMethodDataSet..::.PaymentMethodRowChangeEvent Class
PaymentMethodDataSet..::.PaymentMethodRowChangeEvent Members