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
)
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 Overriden version applies the clipping rect.
See Also