Compartilhar via


ProjectDataSet.AssignmentRowChangeEventHandler representante

Descreve as configurações para quando os dados associados a um ProjectDataSet.AssignmentRow são editados e um evento devem ser disparadas de manipulador de eventos.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
Public Delegate Sub AssignmentRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectDataSet.AssignmentRowChangeEvent _
)
'Uso
Dim instance As New AssignmentRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AssignmentRowChangeEventHandler(
    Object sender,
    ProjectDataSet.AssignmentRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcStatusing namespace