ProjectImpactDataSet.DriversRowChangeEvent constructor
Initializes a new instance of the ProjectImpactDataSet.DriversRowChangeEvent object.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As ProjectImpactDataSet.DriversRow, _
action As DataRowAction _
)
'Usage
Dim row As ProjectImpactDataSet.DriversRow
Dim action As DataRowAction
Dim instance As New ProjectImpactDataSet.DriversRowChangeEvent(row, action)
public DriversRowChangeEvent(
ProjectImpactDataSet.DriversRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See also
Reference
ProjectImpactDataSet.DriversRowChangeEvent class