DriverPrioritizationDataSet.PrioritizationEntriesRowChangeEvent Constructor
Initializes a new instance of the DriverPrioritizationDataSet.PrioritizationEntriesRowChangeEvent 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.PrioritizationEntriesRow, _
action As DataRowAction _
)
'Usage
Dim row As DriverPrioritizationDataSet.PrioritizationEntriesRow
Dim action As DataRowAction
Dim instance As New DriverPrioritizationDataSet.PrioritizationEntriesRowChangeEvent(row, action)
public PrioritizationEntriesRowChangeEvent(
DriverPrioritizationDataSet.PrioritizationEntriesRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
DriverPrioritizationDataSet.PrioritizationEntriesRowChangeEvent Class
DriverPrioritizationDataSet.PrioritizationEntriesRowChangeEvent Members