| 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
Syntaxprotected override void OnWindowPositionChanged(
	Rect rcBoundingBox
)
Protected Overrides Sub OnWindowPositionChanged ( 
	rcBoundingBox As Rect
)
protected:
virtual void OnWindowPositionChanged(
	Rect rcBoundingBox
) override
abstract OnWindowPositionChanged : 
        rcBoundingBox : Rect -> unit 
override OnWindowPositionChanged : 
        rcBoundingBox : Rect -> unit Parameters
- rcBoundingBox
- Type: System.WindowsRect
 The window's position.
 Remarks
RemarksOverriden version applies the clipping rect.
 See Also
See Also