ResourceDataSet.CalendarExceptionsRowChangeEvent 构造函数
ResourceDataSet.CalendarExceptionsRowChangeEvent对象的新实例进行初始化。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub New ( _
row As ResourceDataSet.CalendarExceptionsRow, _
action As DataRowAction _
)
用法
Dim row As ResourceDataSet.CalendarExceptionsRow
Dim action As DataRowAction
Dim instance As New ResourceDataSet.CalendarExceptionsRowChangeEvent(row, action)
public CalendarExceptionsRowChangeEvent(
ResourceDataSet.CalendarExceptionsRow row,
DataRowAction action
)
参数
- action
类型:System.Data.DataRowAction
另请参阅
引用
ResourceDataSet.CalendarExceptionsRowChangeEvent 类