Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deprecated. Describes event handler settings for when data associated with a ResourcePlanDataSet.PlanAssignmentCustomFieldsRow is edited and an event should be triggered.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Delegate Sub PlanAssignmentCustomFieldsRowChangeEventHandler ( _
sender As Object, _
e As ResourcePlanDataSet.PlanAssignmentCustomFieldsRowChangeEvent _
)
'Usage
Dim instance As New PlanAssignmentCustomFieldsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void PlanAssignmentCustomFieldsRowChangeEventHandler(
Object sender,
ResourcePlanDataSet.PlanAssignmentCustomFieldsRowChangeEvent 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.