ProjectDataSet.AssignmentRowChangeEvent-Konstruktor
Initialisiert eine neue Instanz des ProjectDataSet.AssignmentRowChangeEvent -Objekts.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As ProjectDataSet.AssignmentRow, _
action As DataRowAction _
)
'Usage
Dim row As ProjectDataSet.AssignmentRow
Dim action As DataRowAction
Dim instance As New ProjectDataSet.AssignmentRowChangeEvent(row, action)
public AssignmentRowChangeEvent(
ProjectDataSet.AssignmentRow row,
DataRowAction action
)
Parameter
- action
Typ: System.Data.DataRowAction
Siehe auch
Referenz
ProjectDataSet.AssignmentRowChangeEvent Klasse