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