WorkflowDataSet.WorkflowInstanceDataTable.WorkflowInstanceRowChanged evento
Pós-evento ocorre depois que uma linha é alterada.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Event WorkflowInstanceRowChanged As WorkflowDataSet.WorkflowInstanceRowChangeEventHandler
'Uso
Dim instance As WorkflowDataSet.WorkflowInstanceDataTable
Dim handler As WorkflowDataSet.WorkflowInstanceRowChangeEventHandler
AddHandler instance.WorkflowInstanceRowChanged, handler
public event WorkflowDataSet.WorkflowInstanceRowChangeEventHandler WorkflowInstanceRowChanged
Ver também
Referência
WorkflowDataSet.WorkflowInstanceDataTable classe