C# Класс 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.
Наследование: Jira.Win8.Common.LayoutAwarePage
Показать файл Открыть проект

Открытые методы

Метод Описание
ProjectsView ( ) : System

Приватные методы

Метод Описание
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

Описание методов

ProjectsView() публичный Метод

public ProjectsView ( ) : System
Результат System