SyncDataSet.SyncItemTaskMappingsRowChangeEventHandler Delegate

Describes event handler settings for when data associated with a SyncDataSet.SyncItemTaskMappingsRow is edited and an event should be triggered.

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 Delegate Sub SyncItemTaskMappingsRowChangeEventHandler ( _
    sender As Object, _
    e As SyncDataSet.SyncItemTaskMappingsRowChangeEvent _
)
'Usage
Dim instance As New SyncItemTaskMappingsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SyncItemTaskMappingsRowChangeEventHandler(
    Object sender,
    SyncDataSet.SyncItemTaskMappingsRowChangeEvent e
)

Parameters

See Also

Reference

Project Web Service