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