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