ResourcePlanDataSet.UtilizationRowChangeEventHandler Delegate
Describes event handler settings for when data associated with a ResourcePlanDataSet.UtilizationRow 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 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