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

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

Syntax

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

Parameters

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

See Also