SyncDataSet.SyncItemTaskMappingsRowChangeEvent Constructor
Initializes a new instance of the SyncDataSet.SyncItemTaskMappingsRowChangeEvent 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.SyncItemTaskMappingsRow, _
action As DataRowAction _
)
'Usage
Dim row As SyncDataSet.SyncItemTaskMappingsRow
Dim action As DataRowAction
Dim instance As New SyncDataSet.SyncItemTaskMappingsRowChangeEvent(row, action)
public SyncItemTaskMappingsRowChangeEvent(
SyncDataSet.SyncItemTaskMappingsRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
SyncDataSet.SyncItemTaskMappingsRowChangeEvent Class