|  | companyDataSetBilancioInternoRowChangeEvent Constructor | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic BilancioInternoRowChangeEvent(
	companyDataSetBilancioInternoRow row,
	DataRowAction action
)
Public Sub New ( 
	row As companyDataSetBilancioInternoRow,
	action As DataRowAction
)
new : 
        row : companyDataSetBilancioInternoRow * 
        action : DataRowAction -> BilancioInternoRowChangeEventParameters
- row
- Type: Amica.DatacompanyDataSetBilancioInternoRow
 
- action
- Type: System.DataDataRowAction
 
 See Also
See Also