C# Class Archetype.Examples.NotifyPropertyChangesModule

Inheritance: INotifyPropertyChanges
Afficher le fichier Open project: idavis/Archetype Class Usage Examples

Méthodes publiques

Méthode Description
OnPropertyChanged ( string propertyName = "" ) : void
OnPropertyChanging ( string propertyName = "" ) : void

Method Details

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName = "" ) : void
propertyName string
Résultat void

OnPropertyChanging() public méthode

public OnPropertyChanging ( string propertyName = "" ) : void
propertyName string
Résultat void