Compartilhar via


ProjectDataSet.AssignmentCustomFieldsRowChangeEventHandler representante

Descreve as configurações para quando os dados associados a um ProjectDataSet.AssignmentCustomFieldsRow 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 AssignmentCustomFieldsRowChangeEventHandler ( _
    sender As Object, _
    e As ProjectDataSet.AssignmentCustomFieldsRowChangeEvent _
)
'Uso
Dim instance As New AssignmentCustomFieldsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AssignmentCustomFieldsRowChangeEventHandler(
    Object sender,
    ProjectDataSet.AssignmentCustomFieldsRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcStatusing namespace