C# Class Com.Aote.Marks.BindingSlave

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

Public Properties

Property Type Description
ValueProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
OnValueChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

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

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

Property Details

ValueProperty public static property

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