SPWebPartManager.IPostBackEventHandler.RaisePostBackEvent method
可讓SPWebPartManager來處理表單張貼至伺服器時引發的事件。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private Sub RaisePostBackEvent ( _
eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'用途
Dim instance As SPWebPartManager
Dim eventArgument As String
CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
void IPostBackEventHandler.RaisePostBackEvent(
string eventArgument
)
參數
eventArgument
Type: System.String字串,表示要傳遞至事件處理常式的事件引數。
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
備註
這個方法用來處理任何功能表選取項目。
此成員是明確介面成員實作。SPWebPartManager執行個體轉換成IPostBackEventHandler介面時,才可以使用它。