C# Class QbChat.UWP.Views.CreateDialogPage

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

Méthodes publiques

Méthode Description
CreateDialogPage ( ) : QbChat.UWP.ViewModels

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Method Details

CreateDialogPage() public méthode

public CreateDialogPage ( ) : QbChat.UWP.ViewModels
Résultat QbChat.UWP.ViewModels

OnNavigatedTo() protected méthode

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