C# Class Jira.Win8.ProjectsView

A page that displays a collection of item previews. In the Split Application this page is used to display and select one of the available groups.
Inheritance: Jira.Win8.Common.LayoutAwarePage
Afficher le fichier Open project: iinteractive/jira-win8-client

Méthodes publiques

Méthode Description
ProjectsView ( ) : 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

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

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.

itemGridView_ItemClick ( object sender, ItemClickEventArgs e ) : void
itemListView_ItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

ProjectsView() public méthode

public ProjectsView ( ) : System
Résultat System