DataFormWebPart.PreprocessPostBackEvent Method
Performs additional processing on the event argument of the postback event.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub PreprocessPostBackEvent ( _
ByRef eventArg As String _
)
'Usage
Dim eventArg As String
Me.PreprocessPostBackEvent(eventArg)
protected virtual void PreprocessPostBackEvent(
ref string eventArg
)
Parameters
eventArg
Type: System.StringThe event argument of the postback event, passed by reference.
Remarks
This virtual method can be implemented in a subclass to perform some preprocessing on the eventArg.