Prepares the specified element to display the specified item.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

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

Parameters

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

See Also