Intersoft ClientUI Documentation
OnLocationPropertyChanged Method (DisplayAxis)



The old location.
The new location.
Arranges the grid when the location property is changed.
Syntax
Protected Overrides Sub OnLocationPropertyChanged( _
   ByVal oldValue As AxisLocation, _
   ByVal newValue As AxisLocation _
) 
Dim instance As DisplayAxis
Dim oldValue As AxisLocation
Dim newValue As AxisLocation
 
instance.OnLocationPropertyChanged(oldValue, newValue)
protected override void OnLocationPropertyChanged( 
   AxisLocation oldValue,
   AxisLocation newValue
)
protected:
void OnLocationPropertyChanged( 
   AxisLocation oldValue,
   AxisLocation newValue
) override 

Parameters

oldValue
The old location.
newValue
The new 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

DisplayAxis Class
DisplayAxis Members

Send Feedback