C# Class ClassWithBeforeImplementationMissingSetGet, PropertyChanging

Inheritance: INotifyPropertyChanging
Mostra file Open project: Fody/PropertyChanging

Public Methods

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

Method Details

OnPropertyChanging() public method

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