Visual Basic (Declaration) | |
---|---|
Public Event ResolveNavigationDirection As NavigationDirectionChangedEventHandler |
Visual Basic (Usage) | ![]() |
---|---|
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 |
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.
Property | Description |
---|---|
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. |
Occurs when the navigation framework attempts to resolve the direction of the target page.
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