ResourcePlanDataSet.PlanResourcesRowChangeEventHandler delegate

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

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Delegate Sub PlanResourcesRowChangeEventHandler ( _
    sender As Object, _
    e As ResourcePlanDataSet.PlanResourcesRowChangeEvent _
)
'Usage
Dim instance As New PlanResourcesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void PlanResourcesRowChangeEventHandler(
    Object sender,
    ResourcePlanDataSet.PlanResourcesRowChangeEvent e
)

Parameters

Remarks

The Resource Plan PSI is deprecated. It will continue to be supported for Project 2013 development, but will not be supported in future releases.

See also

Reference

WebSvcResourcePlan namespace