|  | companyDataSetAssegniRowChangeEvent Constructor | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic AssegniRowChangeEvent(
	companyDataSetAssegniRow row,
	DataRowAction action
)
Public Sub New ( 
	row As companyDataSetAssegniRow,
	action As DataRowAction
)
new : 
        row : companyDataSetAssegniRow * 
        action : DataRowAction -> AssegniRowChangeEventParameters
- row
- Type: Amica.DatacompanyDataSetAssegniRow
 
- action
- Type: System.DataDataRowAction
 
 See Also
See Also