C# Class RIAServiceApplication.LoginUI.LoginStatus

UserControl class that shows the current login status and allows login and logout.
Inheritance: System.Windows.Controls.UserControl
Show file Open project: KuduApps/RIAServicesApp

Public Methods

Method Description
LoginStatus ( ) : System.ComponentModel

Creates a new LoginStatus instance.

Private Methods

Method Description
Authentication_LoggedIn ( object sender, AuthenticationEventArgs e ) : void
Authentication_LoggedOut ( object sender, AuthenticationEventArgs e ) : void
LoginButton_Click ( object sender, RoutedEventArgs e ) : void
LogoutButton_Click ( object sender, RoutedEventArgs e ) : void
UpdateLoginState ( ) : void

Method Details

LoginStatus() public method

Creates a new LoginStatus instance.
public LoginStatus ( ) : System.ComponentModel
return System.ComponentModel