SyncDataSet.SyncItemTaskMappingsRowChangeEvent constructor
Initializes a new instance of the SyncDataSet.SyncItemTaskMappingsRowChangeEvent object.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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