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.
Occurs before a Created value in the CountryCodesDataTable is changed.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Event CreatedChanging As RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventHandler
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim handler As RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventHandler
AddHandler instance.CreatedChanging, handler
public event RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventHandler CreatedChanging
public:
event RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventHandler^ CreatedChanging {
void add (RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventHandler^ value);
void remove (RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventHandler^ value);
}
JScript does not support events.
Remarks
Event generated when a Created value in the CountryCodesDataTable table is changing. For more information about handling events, see Consuming Events.
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
RegionCodeDataSet..::.CountryCodesDataTable Class