C# Class Windows8.Conference.WebRTC.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: QuickBlox/quickblox-dotnet-sdk

Public Methods

Method Description
Alert ( string format ) : void
MainPage ( ) : FM

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs ne ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
inSession ( bool inSession ) : void
onCreateButtonClick ( object sender, RoutedEventArgs e ) : void
onJoinButtonClick ( object sender, RoutedEventArgs e ) : void
onJoinSessionTextChanged ( object sender, TextChangedEventArgs e ) : void
onJoinTextKeyDown ( object sender, Windows e ) : void
onLeaveButtonClick ( object sender, RoutedEventArgs e ) : void

Method Details

Alert() public method

public Alert ( string format ) : void
format string
return void

MainPage() public method

public MainPage ( ) : FM
return FM

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs ne ) : void
ne Windows.UI.Xaml.Navigation.NavigationEventArgs
return void