DriverDataSet.DriverDepartmentsRowChangeEvent constructor
Inicializa uma nova instância do objeto DriverDataSet.DriverDepartmentsRowChangeEvent .
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Sub New ( _
row As DriverDataSet.DriverDepartmentsRow, _
action As DataRowAction _
)
'Uso
Dim row As DriverDataSet.DriverDepartmentsRow
Dim action As DataRowAction
Dim instance As New DriverDataSet.DriverDepartmentsRowChangeEvent(row, action)
public DriverDepartmentsRowChangeEvent(
DriverDataSet.DriverDepartmentsRow row,
DataRowAction action
)
Parâmetros
- action
Type: System.Data.DataRowAction
Ver também
Referência
DriverDataSet.DriverDepartmentsRowChangeEvent class