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)
Available in Sandboxed Solutions: No
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.