ResourcePlanDataSet.DatesDataTable.DatesRowChanged Event
The post-event that occurs after the 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 DatesRowChanged As ResourcePlanDataSet.DatesRowChangeEventHandler
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim handler As ResourcePlanDataSet.DatesRowChangeEventHandler
AddHandler instance.DatesRowChanged, handler
public event ResourcePlanDataSet.DatesRowChangeEventHandler DatesRowChanged
See Also
Reference
ResourcePlanDataSet.DatesDataTable Class