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