DataFormWebPart.PostProcessCPBs method

Modifies the ParameterValues after the parameter binding information from the client has been processed.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Sub PostProcessCPBs
'Usage

Me.PostProcessCPBs()
protected virtual void PostProcessCPBs()

Remarks

This virtual method can be implemented in a subclass to add more processing on the ParameterValues.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace