Intersoft ClientUI Documentation
OnInvalidated Method (Axis)



Information about the event.
Raises the invalidated event.
Syntax
Protected Overridable Sub OnInvalidated( _
   ByVal args As RoutedEventArgs _
) 
Dim instance As Axis
Dim args As RoutedEventArgs
 
instance.OnInvalidated(args)
protected virtual void OnInvalidated( 
   RoutedEventArgs args
)
protected:
virtual void OnInvalidated( 
   RoutedEventArgs^ args
) 

Parameters

args
Information about the 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

Axis Class
Axis Members

Send Feedback