C# Класс WindowsApp.Views.OptionsPage

Create the page
Наследование: Windows.UI.Xaml.Controls.Page, IFileOpenPickerContinuable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void

space holder

OptionsPage ( ) : System

Constructor

UploadPhoto ( object sender, RoutedEventArgs e ) : void
renderButtonColor ( ) : Task

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

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

called when app exits the page

OnNavigatedTo ( NavigationEventArgs e ) : void

called when navigate to the page

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

Метод Описание
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

PasteURL ( object sender, RoutedEventArgs e ) : void
SelectDomain_Click ( object sender, RoutedEventArgs e ) : void
SelectGateway_Click ( object sender, RoutedEventArgs e ) : void
SelectProvider_Click ( object sender, RoutedEventArgs e ) : void
checkGatewayProviderDomainStatus ( object sender, RoutedEventArgs e ) : void

Checks if the selected Gateway, Provider, and Domain are active The xaml buttons will turn green if the selection is active and red if the selection is inactive

goToCamera ( object sender, RoutedEventArgs e ) : void

Navigates to different pages based on which circular button, defined in xaml, is pressed

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

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

space holder
public ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void
args FileOpenPickerContinuationEventArgs
Результат void

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

called when app exits the page
protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void

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

called when navigate to the page
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Результат void

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

Constructor
public OptionsPage ( ) : System
Результат System

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

public UploadPhoto ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
Результат void

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

public renderButtonColor ( ) : Task
Результат Task