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
파일 보기 프로젝트 열기: iinteractive/jira-win8-client

공개 메소드들

메소드 설명
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