C# Class Eurofurence.Companion.Views.LayoutPage

Inheritance: Windows.UI.Xaml.Controls.Page, ILayoutPage
Datei anzeigen Open project: eurofurence/ef-app_wp Class Usage Examples

Private Properties

Property Type Description
RootFrame_Navigated void
SetIsHeaderVisible void
SetTitle void
_forceNewStack bool
_menuListView_OnContainerContentChanging void

Public Methods

Method Description
AcknowledgeNavigateBackRequest ( ) : bool
LayoutPage ( INavigationMediator navigationMediator, ITelemetryClientProvider telemetryClientProvider ) : System
NavigateAsync ( Type sourcePageType, object parameter, NavigationTransitionInfo transitionInfo, bool forceNewStack = false ) : Task
Reveal ( ) : void

Private Methods

Method Description
RootFrame_Navigated ( object sender, Windows e ) : void
SetIsHeaderVisible ( bool value ) : void
SetTitle ( string title ) : void
_forceNewStack ( ) : bool
_menuListView_OnContainerContentChanging ( ListViewBase sender, ContainerContentChangingEventArgs args ) : void

Method Details

AcknowledgeNavigateBackRequest() public method

public AcknowledgeNavigateBackRequest ( ) : bool
return bool

LayoutPage() public method

public LayoutPage ( INavigationMediator navigationMediator, ITelemetryClientProvider telemetryClientProvider ) : System
navigationMediator INavigationMediator
telemetryClientProvider ITelemetryClientProvider
return System

NavigateAsync() public method

public NavigateAsync ( Type sourcePageType, object parameter, NavigationTransitionInfo transitionInfo, bool forceNewStack = false ) : Task
sourcePageType System.Type
parameter object
transitionInfo NavigationTransitionInfo
forceNewStack bool
return Task

Reveal() public method

public Reveal ( ) : void
return void