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