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.
Occurs when a Name 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 NameChanged As RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventHandler
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim handler As RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventHandler
AddHandler instance.NameChanged, handler
public event RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventHandler NameChanged
public:
event RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventHandler^ NameChanged {
void add (RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventHandler^ value);
void remove (RegionCodeDataSet..::.CountryCodesDataTable..::.NameChangeEventHandler^ value);
}
JScript does not support events.
Remarks
Event generated when a Name value in the CountryCodesDataTable table is being changed. 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