C# Class XPlatformMenus.UWP.Views.MenuView

显示文件 Open project: MvvmCross/MvvmCross-Samples

Public Methods

Method Description
MenuView ( ) : System.Collections.Generic

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
NavMenuItemContainerContentChanging ( ListViewBase sender, ContainerContentChangingEventArgs args ) : void

Enable accessibility on each nav menu item by setting the AutomationProperties.Name on each container using the associated Label of each item.

NavMenuList_ItemInvoked ( object sender, ListViewItem listViewItem ) : void

Navigate to the Page for the selected listViewItem.

Method Details

MenuView() public method

public MenuView ( ) : System.Collections.Generic
return System.Collections.Generic

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void