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