Share via


WorkflowDataSet.WorkflowAssociationDataTable.WorkflowAssociationRowDeleted Event

The post-event that occurs after a row is deleted.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
Public Event WorkflowAssociationRowDeleted As WorkflowDataSet.WorkflowAssociationRowChangeEventHandler
'Usage
Dim instance As WorkflowDataSet.WorkflowAssociationDataTable
Dim handler As WorkflowDataSet.WorkflowAssociationRowChangeEventHandler

AddHandler instance.WorkflowAssociationRowDeleted, handler
public event WorkflowDataSet.WorkflowAssociationRowChangeEventHandler WorkflowAssociationRowDeleted

See Also

Reference

WorkflowDataSet.WorkflowAssociationDataTable Class

WorkflowDataSet.WorkflowAssociationDataTable Members

Workflow Web Service