C# Класс AudioVisualization.Views.BasePage

A base UI page.
Наследование: Page, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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