RegionCodeDataSet.CountryCodesRowChangeEvent Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides data for the change events of the RegionCodeDataSet..::.CountryCodesDataTable class.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Class CountryCodesRowChangeEvent _
Inherits EventArgs
'Usage
Dim instance As RegionCodeDataSet.CountryCodesRowChangeEvent
public class CountryCodesRowChangeEvent : EventArgs
public ref class CountryCodesRowChangeEvent : public EventArgs
public class CountryCodesRowChangeEvent extends EventArgs
Remarks
A CountryCodesRowChangeEvent is returned as part of the OnRowChanged, OnRowChanging, OnRowDeleted, OnRowDeleting methods to indicate that action was taken on a row to raise the event.
EventArgs class that is passed to the registered RowChanged, RowChanging, RowDeleted, and RowDeleting event handlers (RegionCodeDataSet..::.CountryCodesRowChangeEventHandler) for a RegionCodeDataSet.
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesRowChangeEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.