ResourcePlanDataSet.DatesRowChangeEventHandler delegate

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

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

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

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