Compartir a través de


AifWindowsFormsHost.OnWindowPositionChanged Method

Called when the hosted windows position changes

Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim rcBoundingBox As Rect

Me.OnWindowPositionChanged(rcBoundingBox)

Syntax

'Declaration
Protected Overrides Sub OnWindowPositionChanged ( _
    rcBoundingBox As Rect _
)
protected override void OnWindowPositionChanged (
    Rect rcBoundingBox
)
protected:
virtual void OnWindowPositionChanged (
    Rect rcBoundingBox
) override
protected void OnWindowPositionChanged (
    Rect rcBoundingBox
)
protected override function OnWindowPositionChanged (
    rcBoundingBox : Rect
)

Parameters

  • rcBoundingBox
    Bounding Box

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AifWindowsFormsHost Class
AifWindowsFormsHost Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.