Prepares the specified element to display the specified item.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
protected 
override 
void 
PrepareContainerForItemOverride(
	
DependencyObject 
element,
	
Object 
item
)

Parameters

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

See Also