Intersoft ClientUI Documentation
OnLocationChanged Method (UXWindowChrome)



The X-coordinate of the new window location.
The Y-coordinate of the new window location.
Called when the window location is changed.
Syntax
Protected Overridable Sub OnLocationChanged( _
   ByVal newX As Double, _
   ByVal newY As Double _
) 
Dim instance As UXWindowChrome
Dim newX As Double
Dim newY As Double
 
instance.OnLocationChanged(newX, newY)
protected virtual void OnLocationChanged( 
   double newX,
   double newY
)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXWindowChrome Class
UXWindowChrome Members

Send Feedback