Search Results for

    Show / Hide Table of Contents

    Class Page

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    The Page class is a class which is an element of navigation.

    public abstract class Page : Control, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    Animatable
    Container
    View
    ViewWrapper
    CustomView
    VisualView
    Control
    Page
    Derived
    ContentPage
    DialogPage
    Implements
    INotifyPropertyChanged
    IDisposable

    Constructors

    View Source

    Page()

    Creates a new instance of a Page.

    Declaration
    public Page()

    Properties

    View Source

    Navigator

    Navigator which has pushed the Page into its stack. If this Page has not been pushed into any Navigator, then Navigator is null.

    Declaration
    public Navigator Navigator { get; }
    Property Value
    Type Description
    Navigator

    Events

    View Source

    Appeared

    Appeared event is invoked right after the page appears.

    Declaration
    public event EventHandler<PageAppearedEventArgs> Appeared
    Event Type
    Type Description
    EventHandler<PageAppearedEventArgs>
    View Source

    Appearing

    Appearing event is invoked right before the page appears.

    Declaration
    public event EventHandler<PageAppearingEventArgs> Appearing
    Event Type
    Type Description
    EventHandler<PageAppearingEventArgs>
    View Source

    Disappeared

    Disappeared event is invoked right after the page disappears.

    Declaration
    public event EventHandler<PageDisappearedEventArgs> Disappeared
    Event Type
    Type Description
    EventHandler<PageDisappearedEventArgs>
    View Source

    Disappearing

    Disappearing event is invoked right before the page disappears.

    Declaration
    public event EventHandler<PageDisappearingEventArgs> Disappearing
    Event Type
    Type Description
    EventHandler<PageDisappearingEventArgs>

    Implements

    INotifyPropertyChanged
    IDisposable
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX