SyncDataSet.SyncFieldMappingsRowChangeEvent constructor
Initializes a new instance of the SyncDataSet.SyncFieldMappingsRowChangeEvent object.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As SyncDataSet.SyncFieldMappingsRow, _
action As DataRowAction _
)
'Usage
Dim row As SyncDataSet.SyncFieldMappingsRow
Dim action As DataRowAction
Dim instance As New SyncDataSet.SyncFieldMappingsRowChangeEvent(row, action)
public SyncFieldMappingsRowChangeEvent(
SyncDataSet.SyncFieldMappingsRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See also
Reference
SyncDataSet.SyncFieldMappingsRowChangeEvent class