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