Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
WorkingFilesList
Core
PropertyChangedNotifier
C# Class WorkingFilesList.Core.PropertyChangedNotifier
Classes that need to implement
INotifyPropertyChanged
can do so by subclassing this class
Inheritance:
INotifyPropertyChanged
Show file
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