C# Class QbChat.UWP.Views.GroupChatPage

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

Public Methods

Method Description
GroupChatPage ( ) : QbChat.Pcl.Repository
ScrollList ( ) : void

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Entry_TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

GroupChatPage() public method

public GroupChatPage ( ) : QbChat.Pcl.Repository
return QbChat.Pcl.Repository

OnNavigatedTo() protected method

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

ScrollList() public method

public ScrollList ( ) : void
return void