EventsDataSet.EventDataTable.EventRowChanged Event
The post-event that occurs after a row is changed.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
Syntax
'Declaration
Public Event EventRowChanged As EventsDataSet.EventRowChangeEventHandler
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim handler As EventsDataSet.EventRowChangeEventHandler
AddHandler instance.EventRowChanged, handler
public event EventsDataSet.EventRowChangeEventHandler EventRowChanged
See Also
Reference
EventsDataSet.EventDataTable Class