Intersoft ClientUI Documentation
OnInvalidated Method (DisplayAxis)



Information for the invalidated event.
Updates the visual appearance of the axis when it is invalidated.
Syntax
Protected Overrides Sub OnInvalidated( _
   ByVal args As RoutedEventArgs _
) 
Dim instance As DisplayAxis
Dim args As RoutedEventArgs
 
instance.OnInvalidated(args)
protected override void OnInvalidated( 
   RoutedEventArgs args
)
protected:
void OnInvalidated( 
   RoutedEventArgs^ args
) override 

Parameters

args
Information for the invalidated event.
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