C# 클래스 ManagedBass.INPC

Base implementation of INotifyPropertyChanged
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: ManagedBass/ManagedBass

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ PropertyName = null ) : void

Fires the PropertyChanged event.

메소드 상세

OnPropertyChanged() 보호된 메소드

Fires the PropertyChanged event.
protected OnPropertyChanged ( [ PropertyName = null ) : void
PropertyName [
리턴 void