WorkflowDataSet.WorkflowStageCustomFieldsDataTable.WorkflowStageCustomFieldsRowChanged event
The post-event that occurs after a row is changed.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Event WorkflowStageCustomFieldsRowChanged As WorkflowDataSet.WorkflowStageCustomFieldsRowChangeEventHandler
'Usage
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsDataTable
Dim handler As WorkflowDataSet.WorkflowStageCustomFieldsRowChangeEventHandler
AddHandler instance.WorkflowStageCustomFieldsRowChanged, handler
public event WorkflowDataSet.WorkflowStageCustomFieldsRowChangeEventHandler WorkflowStageCustomFieldsRowChanged
See also
Reference
WorkflowDataSet.WorkflowStageCustomFieldsDataTable class