C# Class ClassWithStackOverflow, PropertyChanging

Inheritance: INotifyPropertyChanging
Mostra file Open project: Fody/PropertyChanging

Protected Methods

Method Description
OnPropertyChanging ( string propertyName, object before ) : void

Method Details

OnPropertyChanging() protected method

protected OnPropertyChanging ( string propertyName, object before ) : void
propertyName string
before object
return void