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