C# Class ClassWithOnChangedBerforeAfter, NotifyPropertyWeaver

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver

Méthodes publiques

Свойство Type Description
OnProperty1ChangedCalled bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnProperty1Changed ( ) : void
OnPropertyChanged ( string propertyName, object before, object after ) : void

Method Details

OnProperty1Changed() public méthode

public OnProperty1Changed ( ) : void
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
Résultat void

Property Details

OnProperty1ChangedCalled public_oe property

public bool OnProperty1ChangedCalled
Résultat bool