C# Class ClassWithOnChangedAndOnPropertyChanging, PropertyChanging

Inheritance: INotifyPropertyChanging
显示文件 Open project: Fody/PropertyChanging

Public Properties

Property Type Description
OnProperty1ChangingCalled int

Public Methods

Method Description
OnProperty1Changing ( ) : void
OnPropertyChanging ( string propertyName ) : void

Method Details

OnProperty1Changing() public method

public OnProperty1Changing ( ) : void
return void

OnPropertyChanging() public method

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

Property Details

OnProperty1ChangingCalled public_oe property

public int OnProperty1ChangingCalled
return int