Show / Hide Table of Contents

Class NavigablePage

Inheritance
System.Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.UserControl
Windows.UI.Xaml.Controls.Page
NavigablePage
Implements
Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement
Namespace: pdftron.PDF.Tools.Controls
Assembly: pdftron.PDF.Tools.dll
Syntax
public class NavigablePage : Page, IDependencyObject, IDependencyObject2, IUIElement, IUIElement2, IUIElement3, IUIElement4, IUIElement5, IUIElement7, IUIElement8, IUIElement9, IUIElement10, IUIElementOverrides, IUIElementOverrides7, IUIElementOverrides8, IUIElementOverrides9, IAnimationObject, IVisualElement, IFrameworkElement, IFrameworkElement2, IFrameworkElement3, IFrameworkElement4, IFrameworkElement6, IFrameworkElement7, IFrameworkElementProtected7, IFrameworkElementOverrides, IFrameworkElementOverrides2, IControl, IControl2, IControl3, IControl4, IControl5, IControl7, IControlProtected, IControlOverrides, IControlOverrides6, IUserControl, IPage, IPageOverrides

Methods

ActivateViewModel(Object)

Declaration
protected void ActivateViewModel(object parameter)
Parameters
Type Name Description
System.Object parameter

DeactivateViewModel(Object)

Declaration
protected void DeactivateViewModel(object parameter)
Parameters
Type Name Description
System.Object parameter

NavigableViewModel_NewINavigableAvailable(INavigable, INavigable)

Override this to show the new content

Declaration
protected virtual void NavigableViewModel_NewINavigableAvailable(INavigable sender, INavigable newNavigable)
Parameters
Type Name Description
INavigable sender
INavigable newNavigable

OnNavigatedTo(NavigationEventArgs)

Declaration
protected override void OnNavigatedTo(NavigationEventArgs e)
Parameters
Type Name Description
Windows.UI.Xaml.Navigation.NavigationEventArgs e
Overrides
Windows.UI.Xaml.Controls.Page.Windows.UI.Xaml.Controls.IPageOverrides.OnNavigatedTo(Windows.UI.Xaml.Navigation.NavigationEventArgs)

OnNavigatingFrom(NavigatingCancelEventArgs)

Declaration
protected override void OnNavigatingFrom(NavigatingCancelEventArgs e)
Parameters
Type Name Description
Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs e
Overrides
Windows.UI.Xaml.Controls.Page.Windows.UI.Xaml.Controls.IPageOverrides.OnNavigatingFrom(Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs)

Implements

Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement

Extension Methods

DependencyObjectExtensions.FindControls<T>(DependencyObject)
DependencyObjectExtensions.FindVisualChild<T>(DependencyObject)
DependencyObjectExtensions.FindControl<T>(UIElement, String)
In This Article
Back to top Generated by DocFX