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 |
|---|---|---|
| JurisdictionDto.JurisdictionRelationRow | row | |
| System.Data.DataRowAction | action |
Properties
Action
Declaration
public DataRowAction Action { get; }
Property Value
| Type | Description |
|---|---|
| System.Data.DataRowAction |
Row
Declaration
public JurisdictionDto.JurisdictionRelationRow Row { get; }
Property Value
| Type | Description |
|---|---|
| JurisdictionDto.JurisdictionRelationRow |