Called after the item was prepared to be shown in the panel.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
Syntax
C# |
---|
protected virtual void AfterItemPrepared( C1ListBoxItem listBoxItem ) |
Visual Basic |
---|
Protected Overridable Sub AfterItemPrepared ( _ listBoxItem As C1ListBoxItem _ ) |
Parameters
- listBoxItem
- Type: C1.Phone..::..C1ListBoxItem
The item container which was just prepared.