C# Class JabbRPhone.Pages.RoomPage

Inheritance: PhoneApplicationPage
Show file Open project: dkarzon/JabbRPhone

Public Methods

Method Description
RoomPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
JoinRoom ( ) : void
NewMessageAdded ( JabbR message, string room ) : void
ScrollToLastMessage ( ) : void
SendMessage ( string content ) : void
txtMessage_KeyUp ( object sender, System e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

RoomPage() public method

public RoomPage ( ) : System
return System