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