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