Prepares the specified element to display the specified item.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected override void PrepareContainerForItemOverride( DependencyObject element, Object item ) |
| Visual Basic |
|---|
Protected Overrides Sub PrepareContainerForItemOverride ( _ element As DependencyObject, _ item As Object _ ) |
| Visual C++ |
|---|
protected: virtual void PrepareContainerForItemOverride( DependencyObject^ element, Object^ item ) override |
Parameters
- element
- Type: System.Windows..::..DependencyObject
Element used to display the specified item.
- item
- Type: System..::..Object
Specified item.