Click or drag to resize

JamBaseHwndHostOnWindowPositionChanged Method

Called when the hosted window's position changes.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected override void OnWindowPositionChanged(
	Rect rcBoundingBox
)

Parameters

rcBoundingBox
Type: System.WindowsRect
The window's position.
Remarks
Overriden version applies the clipping rect.
See Also