|  | companyDataSetPartiteRowChangeEvent Constructor | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic PartiteRowChangeEvent(
	companyDataSetPartiteRow row,
	DataRowAction action
)
Public Sub New ( 
	row As companyDataSetPartiteRow,
	action As DataRowAction
)
new : 
        row : companyDataSetPartiteRow * 
        action : DataRowAction -> PartiteRowChangeEventParameters
- row
- Type: Amica.DatacompanyDataSetPartiteRow
 
- action
- Type: System.DataDataRowAction
 
 See Also
See Also