WebPartAdder.IPostBackEventHandler.RaisePostBackEvent method
引發WebPartAdder控制項的回傳事件。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.String事件引數傳遞至事件處理常式。
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
備註
這個方法只支援將 Web 組件加入至頁面的回傳事件。
此成員是明確介面成員實作。WebPartAdder執行個體轉換成IPostBackEventHandler介面時,才可以使用它。