C# Class HanasuWP8.ViewModel.MainPageNowPlayingViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: Amrykid/Hanasu

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public MainPageNowPlayingViewModel ( ) : Crystal.Command
Résultat Crystal.Command

OnNavigatedFrom() public méthode

public OnNavigatedFrom ( ) : void
Résultat void

OnResuming() public méthode

public OnResuming ( object>.IDictionary state ) : void
state object>.IDictionary
Résultat void

OnSuspending() public méthode

public OnSuspending ( object>.IDictionary state, bool isRunningInBackground ) : void
state object>.IDictionary
isRunningInBackground bool
Résultat void