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