C# Class memtech.windowsphone.ViewModels.MainPageViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: memtech-dev/memtech.windowsphone

Méthodes publiques

Méthode Description
MainPageViewModel ( ) : System
NewsItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
UpcomingEvents_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
LoadNewsItems ( ) : void
LoadUpcomingEvents ( ) : void

Method Details

MainPageViewModel() public méthode

public MainPageViewModel ( ) : System
Résultat System

NewsItems_CollectionChanged() public méthode

public NewsItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

UpcomingEvents_CollectionChanged() public méthode

public UpcomingEvents_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void