| companyDataSetInventariRowChangeEvent Constructor |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public InventariRowChangeEvent(
companyDataSetInventariRow row,
DataRowAction action
)
Public Sub New (
row As companyDataSetInventariRow,
action As DataRowAction
)
new :
row : companyDataSetInventariRow *
action : DataRowAction -> InventariRowChangeEvent
Parameters
- row
- Type: Amica.DatacompanyDataSetInventariRow
- action
- Type: System.DataDataRowAction
See Also