WorkflowDataSet.WorkflowInstanceDataTable.WorkflowInstanceRowDeleting イベント
前の行が削除される前に発生するイベント。
名前空間: WebSvcWorkflow
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Event WorkflowInstanceRowDeleting As WorkflowDataSet.WorkflowInstanceRowChangeEventHandler
'使用
Dim instance As WorkflowDataSet.WorkflowInstanceDataTable
Dim handler As WorkflowDataSet.WorkflowInstanceRowChangeEventHandler
AddHandler instance.WorkflowInstanceRowDeleting, handler
public event WorkflowDataSet.WorkflowInstanceRowChangeEventHandler WorkflowInstanceRowDeleting
関連項目
参照先
WorkflowDataSet.WorkflowInstanceDataTable クラス