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
显示文件 Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Protected Methods

Method Description
RaisePropertyChangedEvent ( string propertyName ) : void

Method Details

RaisePropertyChangedEvent() protected method

protected RaisePropertyChangedEvent ( string propertyName ) : void
propertyName string
return void