Prepares the specified element to display the specified item and updates internal properties for the data bound item and container element.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

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

Parameters

element
Type: System.Windows..::.DependencyObject
item
Type: System..::.Object

See Also