C# Class RemoteLedMatrix.SettingsPage

Page for all the configurable settings, as well as managing the firmata serial connection
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: ms-iot/LEDMatrix

Méthodes publiques

Méthode Description
SettingsPage ( ) : Windows.UI.Xaml

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Méthode Description
AlwaysRunning_Toggled ( object sender, RoutedEventArgs e ) : void
Disconnect_Click ( object sender, RoutedEventArgs e ) : void
Reconnect_Click ( object sender, RoutedEventArgs e ) : void
Refresh_Click ( object sender, RoutedEventArgs e ) : void
SettingsToggle_Unclick ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
Résultat void

SettingsPage() public méthode

public SettingsPage ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml