TimesheetAuditExportDataSet.AuditExportsRowChangeEvent 构造函数
TimesheetAuditExportDataSet.AuditExportsRowChangeEvent对象的新实例进行初始化。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub New ( _
row As TimesheetAuditExportDataSet.AuditExportsRow, _
action As DataRowAction _
)
用法
Dim row As TimesheetAuditExportDataSet.AuditExportsRow
Dim action As DataRowAction
Dim instance As New TimesheetAuditExportDataSet.AuditExportsRowChangeEvent(row, action)
public AuditExportsRowChangeEvent(
TimesheetAuditExportDataSet.AuditExportsRow row,
DataRowAction action
)
参数
row
类型:WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRow包含更改的数据的行。
action
类型:System.Data.DataRowAction一个表示引发事件的操作的枚举常量。
另请参阅
引用
TimesheetAuditExportDataSet.AuditExportsRowChangeEvent 类