C# Class ClassWithBeforeImplementationMissingSetGet, PropertyChanging

Inheritance: INotifyPropertyChanging
ファイルを表示 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