Overrides the default behavior.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected override void OnVisualParentChanged(
	DependencyObject oldParent
)
Visual Basic (Declaration)
Protected Overrides Sub OnVisualParentChanged ( _
	oldParent As DependencyObject _
)

Parameters

oldParent
Type: System.Windows..::..DependencyObject

See Also