'Declaration Public Event ItemPrepared As System.EventHandler(Of ItemPreparedEventArgs)
public event System.EventHandler<ItemPreparedEventArgs> ItemPrepared
Event Data
The event handler receives an argument of type ItemPreparedEventArgs containing data related to this event. The following ItemPreparedEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Element | The element used to display the specified item. | 
| Item | The item to display. | 
See Also