DataFormWebPart.PreprocessPostBackEvent method
在回傳事件的事件引數上執行其他處理程序。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overridable Sub PreprocessPostBackEvent ( _
ByRef eventArg As String _
)
'用途
Dim eventArg As String
Me.PreprocessPostBackEvent(eventArg)
protected virtual void PreprocessPostBackEvent(
ref string eventArg
)
參數
eventArg
Type: System.String回傳事件,由參考傳遞事件引數。
備註
在子類別中執行某些前置處理作業在eventArg上,可以實作此虛擬方法。