Aracılığıyla paylaş


WorkflowDataSet.WorkflowAssociationRowChangeEventHandler Delegate

Represents the method that handles events which occur when an action is performed on the data row.

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 Delegate Sub WorkflowAssociationRowChangeEventHandler ( _
    sender As Object, _
    e As WorkflowDataSet.WorkflowAssociationRowChangeEvent _
)
'Usage
Dim instance As New WorkflowAssociationRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void WorkflowAssociationRowChangeEventHandler(
    Object sender,
    WorkflowDataSet.WorkflowAssociationRowChangeEvent e
)

Parameters

See Also

Reference

Workflow Web Service