DriverDataSet.DriverDepartmentsRowChangeEventHandler Delegate

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

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

Syntax

'Declaration
Public Delegate Sub DriverDepartmentsRowChangeEventHandler ( _
    sender As Object, _
    e As DriverDataSet.DriverDepartmentsRowChangeEvent _
)
'Usage
Dim instance As New DriverDepartmentsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void DriverDepartmentsRowChangeEventHandler(
    Object sender,
    DriverDataSet.DriverDepartmentsRowChangeEvent e
)

Parameters

See Also

Reference

Driver Web Service