Intersoft ClientUI Documentation
AxisInvalidated Method



The axis that has been invalidated.
This method is called when the axis is invalidated.
Syntax
Sub AxisInvalidated( _
   ByVal axis As IAxis _
) 
Dim instance As IAxisListener
Dim axis As IAxis
 
instance.AxisInvalidated(axis)
void AxisInvalidated( 
   IAxis axis
)
void AxisInvalidated( 
   IAxis^ axis
) 

Parameters

axis
The axis that has been invalidated.
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

IAxisListener Interface
IAxisListener Members

Send Feedback