C# Class Jira.Win8.Main

Inheritance: Jira.Win8.Common.LayoutAwarePage
Afficher le fichier Open project: iinteractive/jira-win8-client Class Usage Examples

Méthodes publiques

Méthode Description
Main ( ) : System

Private Methods

Méthode Description
OnPopupClosed ( object sender, object e ) : void

When the Popup closes we no longer need to monitor activation changes.

OnWindowActivated ( object sender, Windows e ) : void

We use the window's activated event to force closing the Popup since a user maybe interacted with something that didn't normally trigger an obvious dismiss.

OnWindowSizeChanged ( object sender, Windows e ) : void

Invoked when the window size is updated.

RegisterSettings ( ) : void
Shell_KeyUp ( object sender, KeyRoutedEventArgs e ) : void
Shell_Loaded ( object sender, RoutedEventArgs e ) : void
UpdateView ( ) : void

Method Details

Main() public méthode

public Main ( ) : System
Résultat System