ResourcePlanDataSet.UtilizationDataTable.UtilizationRowChanging Event
The pre-event that occurs before 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 UtilizationRowChanging As ResourcePlanDataSet.UtilizationRowChangeEventHandler
'Usage
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim handler As ResourcePlanDataSet.UtilizationRowChangeEventHandler
AddHandler instance.UtilizationRowChanging, handler
public event ResourcePlanDataSet.UtilizationRowChangeEventHandler UtilizationRowChanging
See Also
Reference
ResourcePlanDataSet.UtilizationDataTable Class