Preferred Constructor - Add a reference to the EntityDataBinder object here so a reference can be passed to the children.

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 EntityDataBindingItemCollection(
	EntityDataBinder binder
)
Visual Basic (Declaration)
Public Sub New ( _
	binder As EntityDataBinder _
)

Parameters

binder
Type: Mindscape.LightSpeed.Web.WebForms..::.EntityDataBinder
The EntityDataBinder which is associated with this collection to be assigned to its children

See Also