Compartilhar via


WorkflowDataSet.WorkflowAssociationRowChangeEventHandler representante

Representa o método que trata os eventos que ocorrem quando uma ação é executada na linha de dados.

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

Sintaxe

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

Parâmetros

Ver também

Referência

WebSvcWorkflow namespace