SyncDataSet.SyncFieldMappingsRowChangeEvent Constructor
Initializes a new instance of the SyncDataSet.SyncFieldMappingsRowChangeEvent object.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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