C# Класс XPlatformMenus.UWP.Views.MenuView

Показать файл Открыть проект

Открытые методы

Метод Описание
MenuView ( ) : System.Collections.Generic

Защищенные методы

Метод Описание
OnNavigatedTo ( NavigationEventArgs e ) : void

Приватные методы

Метод Описание
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.

Описание методов

MenuView() публичный Метод

public MenuView ( ) : System.Collections.Generic
Результат System.Collections.Generic

OnNavigatedTo() защищенный Метод

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void