C# 클래스 HanasuWP8.ViewModel.MainPageNowPlayingViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: Amrykid/Hanasu

공개 메소드들

메소드 설명
MainPageNowPlayingViewModel ( ) : Crystal.Command
OnNavigatedFrom ( ) : void
OnResuming ( object>.IDictionary state ) : void
OnSuspending ( object>.IDictionary state, bool isRunningInBackground ) : void

비공개 메소드들

메소드 설명
DetectPlayState ( Microsoft e = null ) : void
Instance_PlayStateChanged ( object sender, EventArgs e ) : void
MainPageNowPlayingViewModel_Exit2 ( object sender, Microsoft e ) : void
SynchronizeBAPStatus ( Microsoft e = null ) : void
UpdateNowPlaying ( ) : void
timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

MainPageNowPlayingViewModel() 공개 메소드

public MainPageNowPlayingViewModel ( ) : Crystal.Command
리턴 Crystal.Command

OnNavigatedFrom() 공개 메소드

public OnNavigatedFrom ( ) : void
리턴 void

OnResuming() 공개 메소드

public OnResuming ( object>.IDictionary state ) : void
state object>.IDictionary
리턴 void

OnSuspending() 공개 메소드

public OnSuspending ( object>.IDictionary state, bool isRunningInBackground ) : void
state object>.IDictionary
isRunningInBackground bool
리턴 void