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