[]
Contains event data for the item prepared/cleared event. The event is associated to the PrepareContainerForItemOverride and ClearContainerForItemOverride methods of classes derived from C1HierarchicalPresenter. PrepareContainerForItemOverride and ClearContainerForItemOverride are invoked to prepare/clear a visual element to display the specified data bound item.
public class ItemPreparedEventArgs : EventArgs
| Name | Description |
|---|---|
| ItemPreparedEventArgs() |
| Name | Description |
|---|---|
| Element | The element used to display the specified item. |
| Item | The item to display. |