C# Class GitHub.Authentication.ViewModels.ViewModel

Rather than bring in all the overhead of an MVVM framework, we'll just do the simplest possible thing.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Méthodes protégées

Méthode Description
RaisePropertyChangedEvent ( string propertyName ) : void

Method Details

RaisePropertyChangedEvent() protected méthode

protected RaisePropertyChangedEvent ( string propertyName ) : void
propertyName string
Résultat void