Selector::PrepareContainerForItemOverride Method (DependencyObject^, Object^)

 

Prepares the specified element to display the specified item.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void PrepareContainerForItemOverride(
	DependencyObject^ element,
	Object^ item
) override

Parameters

element
Type: System.Windows::DependencyObject^

The element that is used to display the specified item.

item
Type: System::Object^

The specified item to display.

.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: