Table of Contents

Class XamlLessPage

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Represents content that a XamlLessFrame control can navigate to.

public class XamlLessPage : UserControl, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IEquatable<Control>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<UserControl>
Inheritance
XamlLessPage
Implements
IWinRTObject
Inherited Members
Extension Methods

Fields

FrameProperty

Identifies the Frame dependency property.

public static readonly DependencyProperty FrameProperty

Field Value

DependencyProperty

Properties

Frame

Gets the controlling XamlLessFrame for the XamlLessPage content.

public XamlLessFrame Frame { get; }

Property Value

XamlLessFrame

Methods

OnNavigatedFrom(XamlLessNavigationEventArgs)

Called when navigating away from this page

protected virtual void OnNavigatedFrom(XamlLessNavigationEventArgs e)

Parameters

e XamlLessNavigationEventArgs

OnNavigatedTo(XamlLessNavigationEventArgs)

Called when this page is navigated to

protected virtual void OnNavigatedTo(XamlLessNavigationEventArgs e)

Parameters

e XamlLessNavigationEventArgs

OnNavigatingFrom(XamlLessNavigatingCancelEventArgs)

Called when navigation is about to leave this page - can be cancelled

protected virtual void OnNavigatingFrom(XamlLessNavigatingCancelEventArgs e)

Parameters

e XamlLessNavigatingCancelEventArgs