Aracılığıyla paylaş


DriverDataSet.DriverDepartmentsRowChangeEvent Constructor

Initializes a new instance of the DriverDataSet.DriverDepartmentsRowChangeEvent object.

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 Sub New ( _
    row As DriverDataSet.DriverDepartmentsRow, _
    action As DataRowAction _
)
'Usage
Dim row As DriverDataSet.DriverDepartmentsRow
Dim action As DataRowAction

Dim instance As New DriverDataSet.DriverDepartmentsRowChangeEvent(row, action)
public DriverDepartmentsRowChangeEvent(
    DriverDataSet.DriverDepartmentsRow row,
    DataRowAction action
)

Parameters

See Also

Reference

DriverDataSet.DriverDepartmentsRowChangeEvent Class

DriverDataSet.DriverDepartmentsRowChangeEvent Members

Driver Web Service