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