Prepares the specified element to display the specified item.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void PrepareContainerForItemOverride(
	DependencyObject element,
	Object item
)
Visual Basic (Declaration)
Protected Overrides Sub PrepareContainerForItemOverride ( _
	element As DependencyObject, _
	item As Object _
)

Parameters

element
Type: System.Windows..::.DependencyObject
Element used to display the specified item.
item
Type: System..::.Object
Specified item.

See Also