Selector::PrepareContainerForItemOverride Method (DependencyObject^, Object^)
.NET Framework (current version)
Prepares the specified element to display the specified item.
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
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: