종료 이벤트
Application.Current.Suspending += Current_Suspending;
}
private void Current_Suspending(object sender, SuspendingEventArgs e)
{
//Debug.WriteLine("종료!");
TileManager.StopTileUpdate();
}
'Windows8 App' 카테고리의 다른 글
TextBlock에서 라인 띄우는 법 (0) | 2013.11.22 |
---|---|
T Generic 리턴하기 (0) | 2013.10.15 |
[winrt] dispatcher의 활용 (0) | 2013.07.23 |
[windows8] 셋팅 페이지 보이게 하기 (0) | 2013.07.11 |
[Window 8] 기기 해상도와 DPI 값 얻어오기 (0) | 2013.07.05 |