C# Class ControlsExamplePart2.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: chantisnake/AbsoluteBeginnersWin10

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
InnerFlyoutButton_Click ( object sender, RoutedEventArgs e ) : void
MyAutoSuggestBox_TextChanged ( AutoSuggestBox sender, AutoSuggestBoxTextChangedEventArgs args ) : void
MyCalendarView_SelectedDatesChanged ( CalendarView sender, CalendarViewSelectedDatesChangedEventArgs args ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System