C# Class SQLTrismegiste.AboutBox.AboutControlViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: rudi-bruchez/SQLTrismegiste

Public Methods

Method Description
AboutControlViewModel ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Called when a property value has changed.

Private Methods

Method Description
Window_Deactivated ( object sender, System e ) : void

Method Details

AboutControlViewModel() public method

public AboutControlViewModel ( ) : System
return System

OnPropertyChanged() protected method

Called when a property value has changed.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the property that has changed.
return void