PublishCommandHandler.RaisePostBackEvent 方法

这是此控件的IPostBackEventHandler接口实现。

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

语法

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

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

参数

  • eventArgument
    类型:System.String

    一个字符串,包含回发的参数。

实现

IPostBackEventHandler.RaisePostBackEvent(String)

备注

ASP.NET调用RaisePostBackEvent方法时产生的回发。完成加载和更改的通知后,但在预呈现发生之前,此呼叫发生在生命周期的控件。

另请参阅

引用

PublishCommandHandler 类

PublishCommandHandler 成员

Microsoft.SharePoint.WebControls 命名空间