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