C# Class Com.Aote.Marks.BindingSlave

Bingding的辅助类,每个绑定都绑到这个对象的Value属性上。
Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged
Afficher le fichier Open project: DuBin1988/restv2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ValueProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
OnValueChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

当属性发生变化时,发送Value改变事件,以便多绑定可以监听这个属性的变化。

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

Property Details

ValueProperty public_oe static_oe property

依赖属性,以便绑定可以绑到这个属性上。
public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty