C# Class WorkingFilesList.Core.PropertyChangedNotifier

Classes that need to implement INotifyPropertyChanged can do so by subclassing this class
Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: Ant-f/WorkingFilesList

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void