ProjectDataSet.AssignmentRowChangeEvent 构造函数

ProjectDataSet.AssignmentRowChangeEvent对象的新实例进行初始化。

命名空间:  WebSvcStatusing
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Sub New ( _
    row As ProjectDataSet.AssignmentRow, _
    action As DataRowAction _
)
用法
Dim row As ProjectDataSet.AssignmentRow
Dim action As DataRowAction

Dim instance As New ProjectDataSet.AssignmentRowChangeEvent(row, action)
public AssignmentRowChangeEvent(
    ProjectDataSet.AssignmentRow row,
    DataRowAction action
)

参数

另请参阅

引用

ProjectDataSet.AssignmentRowChangeEvent 类

ProjectDataSet.AssignmentRowChangeEvent 成员

WebSvcStatusing 命名空间