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

Parameters

See Also

Reference

Workflow Web Service