WebPartAdder.IPostBackEventHandler.RaisePostBackEvent 方法
引发一个回发的WebPartAdder控件事件。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Private Sub RaisePostBackEvent ( _
eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
用法
Dim instance As WebPartAdder
Dim eventArgument As String
CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
void IPostBackEventHandler.RaisePostBackEvent(
string eventArgument
)
参数
eventArgument
类型:System.String要传递给事件处理程序的事件参数。
实现
IPostBackEventHandler.RaisePostBackEvent(String)
备注
此方法仅支持将 Web 部件添加到页的回事件。
此成员是成员显式接口实现。仅当WebPartAdder实例被强制转换为IPostBackEventHandler接口时,才可以使用它。