C# Class ClassDoNotCheckEquality, PropertyChanged

Inheritance: INotifyPropertyChanged
显示文件 Open project: Fody/PropertyChanged

Public Properties

Property Type Description
TimesProperty1Changed int
TimesProperty2Changed int

Private Properties

Property Type Description

Public Methods

Method Description
OnProperty1Changed ( ) : void
OnProperty2Changed ( ) : void

Method Details

OnProperty1Changed() public method

public OnProperty1Changed ( ) : void
return void

OnProperty2Changed() public method

public OnProperty2Changed ( ) : void
return void

Property Details

TimesProperty1Changed public_oe property

public int TimesProperty1Changed
return int

TimesProperty2Changed public_oe property

public int TimesProperty2Changed
return int