Called before the item is recycled.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected virtual void BeforeItemRecycled(
	C1ListBoxItem listBoxItem
)
Visual Basic
Protected Overridable Sub BeforeItemRecycled ( _
	listBoxItem As C1ListBoxItem _
)

Parameters

listBoxItem
Type: C1.Silverlight..::..C1ListBoxItem
The item container to be recycled.

See Also