C# Class Archetype.Examples.NotifyPropertyChangesModule

Inheritance: INotifyPropertyChanges
Show file Open project: idavis/Archetype Class Usage Examples

Public Methods

Method Description
OnPropertyChanged ( string propertyName = "" ) : void
OnPropertyChanging ( string propertyName = "" ) : void

Method Details

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName = "" ) : void
propertyName string
return void

OnPropertyChanging() public method

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