Class CountryDto.StateProvinceRowChangeEvent
Row event argument class
Inheritance
System.Object
CountryDto.StateProvinceRowChangeEvent
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class StateProvinceRowChangeEvent : EventArgs
Constructors
StateProvinceRowChangeEvent(CountryDto.StateProvinceRow, DataRowAction)
Declaration
public StateProvinceRowChangeEvent(CountryDto.StateProvinceRow row, DataRowAction action)
Parameters
Type | Name | Description |
---|---|---|
CountryDto.StateProvinceRow | row | |
System.Data.DataRowAction | action |
Properties
Action
Declaration
public DataRowAction Action { get; }
Property Value
Type | Description |
---|---|
System.Data.DataRowAction |
Row
Declaration
public CountryDto.StateProvinceRow Row { get; }
Property Value
Type | Description |
---|---|
CountryDto.StateProvinceRow |