C# Класс EventManagerPro.ViewModels.BaseViewModel

This class is used to provide functionality to each ViewModel class without the need to replicate code.
Наследование: INotifyPropertyChanged
Показать файл Открыть проект

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

Метод Описание
NotifyPropertyChanged ( string propertyName ) : void

Описание методов

NotifyPropertyChanged() публичный Метод

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
Результат void