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






args
A DependencyPropertyChangedEventArgs containing the old and new value of the location.
Called when the window location is about to change.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnLocationChange( _
   ByVal args As DependencyPropertyChangedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindowChrome
Dim args As DependencyPropertyChangedEventArgs
 
instance.OnLocationChange(args)
C# 
protected virtual void OnLocationChange( 
   DependencyPropertyChangedEventArgs args
)
Delphi 
protected procedure OnLocationChange( 
    args: DependencyPropertyChangedEventArgs
); virtual; 
JScript 
protected function OnLocationChange( 
   args : DependencyPropertyChangedEventArgs
);
Managed Extensions for C++ 
protected: virtual void OnLocationChange( 
   DependencyPropertyChangedEventArgs args
) 
C++/CLI 
protected:
virtual void OnLocationChange( 
   DependencyPropertyChangedEventArgs args
) 

Parameters

args
A DependencyPropertyChangedEventArgs containing the old and new value of the 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.