DataFormWebPart.RaisePostBackEvent method
當此 Web 組件執行回傳至本身呼叫ASP.NET 。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'用途
Dim instance As DataFormWebPart
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
參數
eventArgument
Type: System.String事件引數。
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
備註
這個方法會引發適當的事件,根據在eventArgument中所包含的資訊。