Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes event handler settings for when data associated with a SyncDataSet.SyncFieldMappingsRow 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 SyncFieldMappingsRowChangeEventHandler ( _
sender As Object, _
e As SyncDataSet.SyncFieldMappingsRowChangeEvent _
)
'Usage
Dim instance As New SyncFieldMappingsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SyncFieldMappingsRowChangeEventHandler(
Object sender,
SyncDataSet.SyncFieldMappingsRowChangeEvent e
)
Parameters
- sender
Type: System.Object
Remarks
Describes event handler settings for when data associated with a SyncDataSet.SyncFieldMappingsRow is edited and an event should be triggered.