C# Class ClassWithBeforeAndSimpleImplementation, PropertyChanging

Inheritance: INotifyPropertyChanging
Datei anzeigen Open project: Fody/PropertyChanging

Private Properties

Property Type Description

Public Methods

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

Method Details

OnPropertyChanging() public method

public OnPropertyChanging ( string propertyName ) : void
propertyName string
return void

OnPropertyChanging() public method

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