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)

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.String

    The 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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace