ResourcePlanDataSet.UtilizationRowChangeEventHandler delegate
Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.UtilizationRow is edited and an event should be triggered.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Delegate Sub UtilizationRowChangeEventHandler ( _
sender As Object, _
e As ResourcePlanDataSet.UtilizationRowChangeEvent _
)
'Usage
Dim instance As New UtilizationRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void UtilizationRowChangeEventHandler(
Object sender,
ResourcePlanDataSet.UtilizationRowChangeEvent e
)
Parameters
- sender
Type: System.Object
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.