Compartir a través de


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

Parameters

See Also

Reference

Workflow Web Service