C# 클래스 EventManagerPro.ViewModels.BaseViewModel

This class is used to provide functionality to each ViewModel class without the need to replicate code.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: sagittaros/EventManagerModel

공개 메소드들

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

메소드 상세

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void