Method PrepareContainerForItemOverride
| Edit this page View SourcePrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The element that's used to display the specified item. |
object | item | The item to display. |
Overrides
| Edit this page View SourcePrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The element that is used to display the specified item. |
object | item | The specified item to display. |