'Declaration
Public Event ItemCleared As EventHandler(Of ItemPreparedEventArgs)
public event EventHandler<ItemPreparedEventArgs> ItemCleared
Event Data
The event handler receives an argument of type C1.WPF.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