DriverPrioritizationDataSet.PrioritizationRowChangeEvent Constructor

Initializes a new instance of the DriverPrioritizationDataSet.PrioritizationRowChangeEvent 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 DriverPrioritizationDataSet.PrioritizationRow, _
    action As DataRowAction _
)
'Usage
Dim row As DriverPrioritizationDataSet.PrioritizationRow
Dim action As DataRowAction

Dim instance As New DriverPrioritizationDataSet.PrioritizationRowChangeEvent(row, action)
public PrioritizationRowChangeEvent(
    DriverPrioritizationDataSet.PrioritizationRow row,
    DataRowAction action
)

Parameters

See Also

Reference

DriverPrioritizationDataSet.PrioritizationRowChangeEvent Class

DriverPrioritizationDataSet.PrioritizationRowChangeEvent Members

Driver Web Service