Intersoft ClientUI Documentation
ResolveNavigationDirection Event
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class : ResolveNavigationDirection Event






Occurs when the NavigationDirection property is being resolved.

Syntax

Visual Basic (Declaration) 
Public Event ResolveNavigationDirection As NavigationDirectionChangedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UXFrame
Dim handler As NavigationDirectionChangedEventHandler
 
AddHandler instance.ResolveNavigationDirection, handler
C# 
public event NavigationDirectionChangedEventHandler ResolveNavigationDirection
Delphi 
public event ResolveNavigationDirection: NavigationDirectionChangedEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
public: __event NavigationDirectionChangedEventHandler* ResolveNavigationDirection
C++/CLI 
public:
event NavigationDirectionChangedEventHandler^ ResolveNavigationDirection

Event Data

The event handler receives an argument of type NavigationDirectionChangedEventArgs containing data related to this event. The following NavigationDirectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
FragmentDirection Gets the current fragment direction of the UXFrame.
Handled (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
HandledBy (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
IsHandledByPrimitive (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
NavigationDirection Gets the current navigation direction of the UXFrame.
NavigationMode Gets the current navigation mode of the UXFrame.
OriginalSource (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
ResolvedTransitionDirection Gets or sets the transition direction to apply to the UXFrame.
RoutedEvent (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
Source (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
Uri Gets the target Uri that the UXFrame is navigating to.

Remarks

Occurs when the navigation framework attempts to resolve the direction of the target page.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.