Compartilhar via


WorkflowDataSet.WorkflowInstanceRowChangeEventHandler 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 WorkflowInstanceRowChangeEventHandler ( _
    sender As Object, _
    e As WorkflowDataSet.WorkflowInstanceRowChangeEvent _
)
'Uso
Dim instance As New WorkflowInstanceRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void WorkflowInstanceRowChangeEventHandler(
    Object sender,
    WorkflowDataSet.WorkflowInstanceRowChangeEvent e
)

Parâmetros

Ver também

Referência

WebSvcWorkflow namespace