TimesheetDataSet.AuditsRowChangeEvent - Constructeur
Initialise une nouvelle instance de l'objet TimesheetDataSet.AuditsRowChangeEvent .
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
row As TimesheetDataSet.AuditsRow, _
action As DataRowAction _
)
'Utilisation
Dim row As TimesheetDataSet.AuditsRow
Dim action As DataRowAction
Dim instance As New TimesheetDataSet.AuditsRowChangeEvent(row, action)
public AuditsRowChangeEvent(
TimesheetDataSet.AuditsRow row,
DataRowAction action
)
Paramètres
- row
Type : WebSvcTimeSheet.TimesheetDataSet.AuditsRow
- action
Type : System.Data.DataRowAction
Voir aussi
Référence
TimesheetDataSet.AuditsRowChangeEvent classe