WorkflowDataSet.WorkflowStageCustomFieldsRowChangeEventHandler 委托

表示处理事件数据行上执行操作时出现这种情况的方法。

命名空间:  WebSvcWorkflow
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Delegate Sub WorkflowStageCustomFieldsRowChangeEventHandler ( _
    sender As Object, _
    e As WorkflowDataSet.WorkflowStageCustomFieldsRowChangeEvent _
)
用法
Dim instance As New WorkflowStageCustomFieldsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void WorkflowStageCustomFieldsRowChangeEventHandler(
    Object sender,
    WorkflowDataSet.WorkflowStageCustomFieldsRowChangeEvent e
)

参数

另请参阅

引用

WebSvcWorkflow 命名空间