ResourcePlanDataSet.UtilizationRowChangeEventHandler representante
Descreve as configurações para quando os dados associados a um ResourcePlanDataSet.UtilizationRow são editados e um evento devem ser disparadas de manipulador de eventos.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Delegate Sub UtilizationRowChangeEventHandler ( _
sender As Object, _
e As ResourcePlanDataSet.UtilizationRowChangeEvent _
)
'Uso
Dim instance As New UtilizationRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void UtilizationRowChangeEventHandler(
Object sender,
ResourcePlanDataSet.UtilizationRowChangeEvent e
)
Parâmetros
- sender
Tipo: System.Object