Share via


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

See also

Reference

DriverDataSet.DriverRowChangeEvent class

DriverDataSet.DriverRowChangeEvent members

WebSvcDriver namespace