DataFormWebPart.RegisterFilterCallback method

Registers callback functions for the DataFormWebPart to perform additional filtering.

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

Syntax

'Declaration
Protected Friend Overridable Sub RegisterFilterCallback
'Usage

Me.RegisterFilterCallback()
protected internal virtual void RegisterFilterCallback()

Remarks

This method registers an JavaScript function on the client that is used to perform a client callback for additional filtering.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace