C# Class SoftwareKobo.UniversalToolkit.Mvvm.VerifiableBase

可验证的 MVVM 模式模型基类。
Inheritance: SoftwareKobo.UniversalToolkit.Mvvm.BindableBase
Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes protégées

Méthode Description
RaisePropertyChanged ( [ propertyName = null ) : void

通知属性发生变化。

Method Details

RaisePropertyChanged() protected méthode

通知属性发生变化。
protected RaisePropertyChanged ( [ propertyName = null ) : void
propertyName [ 属性名称。
Résultat void