C# 클래스 AudioVisualization.Views.BasePage

A base UI page.
상속: Page, INotifyPropertyChanged
파일 보기 프로젝트 열기: robmikh/audiovisualization

공개 메소드들

메소드 설명
BasePage ( ) : System

Constructor

보호된 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName = null ) : void

Notifies that the property has changed.

메소드 상세

BasePage() 공개 메소드

Constructor
public BasePage ( ) : System
리턴 System

NotifyPropertyChanged() 보호된 메소드

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