Delegate for events raised relating to entity data binding items

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public delegate bool ItemResultNotification(
	EntityDataBindingItem item
)
Visual Basic (Declaration)
Public Delegate Function ItemResultNotification ( _
	item As EntityDataBindingItem _
) As Boolean

Parameters

item
Type: Mindscape.LightSpeed.Web.WebForms..::.EntityDataBindingItem
The data binding item involved

Return Value

An indicator if the operation succeeded

See Also