Share via


ResourcePlanDataSet.UtilizationRowChangeEventHandler Delegate

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

See Also

Reference

WebSvcResourcePlan Namespace