TimesheetDataSet.CustomFieldsRowChangeEvent コンストラクター
TimesheetDataSet.CustomFieldsRowChangeEventオブジェクトの新しいインスタンスを初期化します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Sub New ( _
row As TimesheetDataSet.CustomFieldsRow, _
action As DataRowAction _
)
'使用
Dim row As TimesheetDataSet.CustomFieldsRow
Dim action As DataRowAction
Dim instance As New TimesheetDataSet.CustomFieldsRowChangeEvent(row, action)
public CustomFieldsRowChangeEvent(
TimesheetDataSet.CustomFieldsRow row,
DataRowAction action
)
パラメーター
- action
型: System.Data.DataRowAction
関連項目
参照先
TimesheetDataSet.CustomFieldsRowChangeEvent クラス