WebPartQuickAdd.IPostBackEventHandler.RaisePostBackEvent 方法

请注意:此 API 现在已过时。

处理添加 web 部件的回发事件

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

语法

声明
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Private Sub RaisePostBackEvent ( _
    eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
用法
Dim instance As WebPartQuickAdd
Dim eventArgument As String

CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
void IPostBackEventHandler.RaisePostBackEvent(
    string eventArgument
)

参数

  • eventArgument
    类型:System.String

    dwps 若要添加,以逗号分隔的列表

实现

IPostBackEventHandler.RaisePostBackEvent(String)

另请参阅

引用

WebPartQuickAdd 类

WebPartQuickAdd 成员

Microsoft.SharePoint.WebPartPages 命名空间