ImportTimesheetDataSet.LinesRowChangeEvent-Konstruktor
Initialisiert eine neue Instanz des ImportTimesheetDataSet.LinesRowChangeEvent -Objekts.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As ImportTimesheetDataSet.LinesRow, _
action As DataRowAction _
)
'Usage
Dim row As ImportTimesheetDataSet.LinesRow
Dim action As DataRowAction
Dim instance As New ImportTimesheetDataSet.LinesRowChangeEvent(row, action)
public LinesRowChangeEvent(
ImportTimesheetDataSet.LinesRow row,
DataRowAction action
)
Parameter
- action
Typ: System.Data.DataRowAction
Siehe auch
Referenz
ImportTimesheetDataSet.LinesRowChangeEvent Klasse