ProjectContextDataSet.RelationshipsDataTable.RelationshipsRowChanged Event
The post-event that occurs after a row is changed.
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 Event RelationshipsRowChanged As ProjectContextDataSet.RelationshipsRowChangeEventHandler
'Usage
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim handler As ProjectContextDataSet.RelationshipsRowChangeEventHandler
AddHandler instance.RelationshipsRowChanged, handler
public event ProjectContextDataSet.RelationshipsRowChangeEventHandler RelationshipsRowChanged
See Also
Reference
ProjectContextDataSet.RelationshipsDataTable Class