ResourcePlanDataSet.DatesRowChangeEventHandler Delegate

Describes event handler settings for when data associated with a ResourcePlanDataSet.DatesRow is edited and an event should be triggered.

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 Delegate Sub DatesRowChangeEventHandler ( _
    sender As Object, _
    e As ResourcePlanDataSet.DatesRowChangeEvent _
)
'Usage
Dim instance As New DatesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void DatesRowChangeEventHandler(
    Object sender,
    ResourcePlanDataSet.DatesRowChangeEvent e
)

Parameters

See Also

Reference

ResourcePlan Web Service