Click or drag to resize

JamBaseHwndHostOnVisualParentChanged Method

Invoked when the parent of this element in the visual tree is changed. Overrides OnVisualParentChanged(DependencyObject) . Finds a ScrollViewer in the visual tree that contains this instance.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected override void OnVisualParentChanged(
	DependencyObject oldParent
)

Parameters

oldParent
Type: System.WindowsDependencyObject
The old parent element. May be null to indicate that the element did not have a visual parent previously.
See Also