ResourcePlanDataSet.UtilizationDataTable.UtilizationRowDeleted Event
The post-event that occurs after a row is deleted.
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 UtilizationRowDeleted As ResourcePlanDataSet.UtilizationRowChangeEventHandler
'Usage
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim handler As ResourcePlanDataSet.UtilizationRowChangeEventHandler
AddHandler instance.UtilizationRowDeleted, handler
public event ResourcePlanDataSet.UtilizationRowChangeEventHandler UtilizationRowDeleted
See Also
Reference
ResourcePlanDataSet.UtilizationDataTable Class