C# Class AudioVisualization.Views.BasePage

A base UI page.
Inheritance: Page, INotifyPropertyChanged
Show file Open project: robmikh/audiovisualization

Public Methods

Method Description
BasePage ( ) : System

Constructor

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName = null ) : void

Notifies that the property has changed.

Method Details

BasePage() public method

Constructor
public BasePage ( ) : System
return System

NotifyPropertyChanged() protected method

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