Intersoft ClientUI Documentation
OnLocationChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindowChrome Class : OnLocationChanged Method






newX
The X-coordinate of the new window location.
newY
The Y-coordinate of the new window location.
Called when the window location is changed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnLocationChanged( _
   ByVal newX As Double, _
   ByVal newY As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindowChrome
Dim newX As Double
Dim newY As Double
 
instance.OnLocationChanged(newX, newY)
C# 
protected virtual void OnLocationChanged( 
   double newX,
   double newY
)
Delphi 
protected procedure OnLocationChanged( 
    newX: Double;
    newY: Double
); virtual; 
JScript 
protected function OnLocationChanged( 
   newX : double,
   newY : double
);
Managed Extensions for C++ 
protected: virtual void OnLocationChanged( 
   double newX,
   double newY
) 
C++/CLI 
protected:
virtual void OnLocationChanged( 
   double newX,
   double newY
) 

Parameters

newX
The X-coordinate of the new window location.
newY
The Y-coordinate of the new window location.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.