Intersoft ClientUI Documentation
OnLocationPropertyChanged(AxisLocation,AxisLocation) Method



Old value.
New value.
LocationProperty property changed handler.
Syntax
Protected Overridable Sub OnLocationPropertyChanged( _
   ByVal oldValue As AxisLocation, _
   ByVal newValue As AxisLocation _
) 
Dim instance As Axis
Dim oldValue As AxisLocation
Dim newValue As AxisLocation
 
instance.OnLocationPropertyChanged(oldValue, newValue)
protected virtual void OnLocationPropertyChanged( 
   AxisLocation oldValue,
   AxisLocation newValue
)
protected:
virtual void OnLocationPropertyChanged( 
   AxisLocation oldValue,
   AxisLocation newValue
) 

Parameters

oldValue
Old value.
newValue
New value.
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

Axis Class
Axis Members

Send Feedback