RegionCodeDataSet.StateCodesRowChangeEvent Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides data for the change events of the RegionCodeDataSet..::.StateCodesDataTable class.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Class StateCodesRowChangeEvent _
Inherits EventArgs
'Usage
Dim instance As RegionCodeDataSet.StateCodesRowChangeEvent
public class StateCodesRowChangeEvent : EventArgs
public ref class StateCodesRowChangeEvent : public EventArgs
public class StateCodesRowChangeEvent extends EventArgs
Remarks
A StateCodesRowChangeEvent 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..::.StateCodesRowChangeEventHandler) for a RegionCodeDataSet.
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.StateCodesRowChangeEvent
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.