Callback used to filter a specific object.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public delegate bool FilterCallback(
	T item
)

Parameters

item
Type: T
The object to filter

Return Value

true to keep the object in the set, otherwise false

See Also