ApproveCommandHandler.RaisePostBackEvent 方法

处理回发,检查当前用户是否具有分配的工作流。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable Sub RaisePostBackEvent ( _
    eventArgument As String _
)
用法
Dim instance As ApproveCommandHandler
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
public virtual void RaisePostBackEvent(
    string eventArgument
)

参数

  • eventArgument
    类型:System.String

    包含事件参数,确定是否运行此方法。如果此值与ClientSideCommandId属性的值相匹配,则此方法将正常运行。

实现

IPostBackEventHandler.RaisePostBackEvent(String)

另请参阅

引用

ApproveCommandHandler 类

ApproveCommandHandler 成员

Microsoft.SharePoint.WebControls 命名空间