SyncDataSet.SyncItemTaskMappingsDataTable.SyncItemTaskMappingsRowChanged event
The post-event that occurs after the row is changed.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event SyncItemTaskMappingsRowChanged As SyncDataSet.SyncItemTaskMappingsRowChangeEventHandler
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsDataTable
Dim handler As SyncDataSet.SyncItemTaskMappingsRowChangeEventHandler
AddHandler instance.SyncItemTaskMappingsRowChanged, handler
public event SyncDataSet.SyncItemTaskMappingsRowChangeEventHandler SyncItemTaskMappingsRowChanged
See also
Reference
SyncDataSet.SyncItemTaskMappingsDataTable class