Called after the item was prepared to be shown in the panel.

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

Syntax

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

Parameters

listBoxItem
Type: C1.Silverlight..::..C1ListBoxItem
The item container which was just prepared.

See Also