Intersoft ClientUI Documentation
OnOrientationPropertyChanged(AxisOrientation,AxisOrientation) Method



Old value.
New value.
OrientationProperty property changed handler.
Syntax
Protected Overridable Sub OnOrientationPropertyChanged( _
   ByVal oldValue As AxisOrientation, _
   ByVal newValue As AxisOrientation _
) 
Dim instance As Axis
Dim oldValue As AxisOrientation
Dim newValue As AxisOrientation
 
instance.OnOrientationPropertyChanged(oldValue, newValue)
protected virtual void OnOrientationPropertyChanged( 
   AxisOrientation oldValue,
   AxisOrientation newValue
)
protected:
virtual void OnOrientationPropertyChanged( 
   AxisOrientation oldValue,
   AxisOrientation 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