RegionCodeDataSet.StateCodesDataTable.CountryCodeChangeEventArg Constructor
Initializes a new instance of the RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventArg class.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
args As DataColumnChangeEventArgs _
)
'Usage
Dim args As DataColumnChangeEventArgs
Dim instance As New RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventArg(args)
public CountryCodeChangeEventArg(
DataColumnChangeEventArgs args
)
public:
CountryCodeChangeEventArg(
DataColumnChangeEventArgs^ args
)
public function RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventArg(
args : DataColumnChangeEventArgs
)
Parameters
- args
Type: System.Data..::.DataColumnChangeEventArgs
The DataColumnChangeEventArgs object that contains the event data.
Remarks
Provides data for the CountryCodeChanged and CountryCodeChanging 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..::.StateCodesDataTable..::.CountryCodeChangeEventArg Class
RegionCodeDataSet..::.StateCodesDataTable..::.CountryCodeChangeEventArg Members