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