C# Class HanasuWP8.ViewModel.MainPageNowPlayingViewModel

Inheritance: BaseViewModel
ファイルを表示 Open project: Amrykid/Hanasu

Public Methods

Method Description
MainPageNowPlayingViewModel ( ) : Crystal.Command
OnNavigatedFrom ( ) : void
OnResuming ( object>.IDictionary state ) : void
OnSuspending ( object>.IDictionary state, bool isRunningInBackground ) : void

Private Methods

Method Description
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

Method Details

MainPageNowPlayingViewModel() public method

public MainPageNowPlayingViewModel ( ) : Crystal.Command
return Crystal.Command

OnNavigatedFrom() public method

public OnNavigatedFrom ( ) : void
return void

OnResuming() public method

public OnResuming ( object>.IDictionary state ) : void
state object>.IDictionary
return void

OnSuspending() public method

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