C# Class AudioVisualization.Views.BasePage

A base UI page.
Inheritance: Page, INotifyPropertyChanged
Afficher le fichier Open project: robmikh/audiovisualization

Méthodes publiques

Méthode Description
BasePage ( ) : System

Constructor

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( string propertyName = null ) : void

Notifies that the property has changed.

Method Details

BasePage() public méthode

Constructor
public BasePage ( ) : System
Résultat System

NotifyPropertyChanged() protected méthode

Notifies that the property has changed.
protected NotifyPropertyChanged ( string propertyName = null ) : void
propertyName string The property name. Optional.
Résultat void