PropertyChangeNotifier
Ecng.Xaml
Notifies when a specified dependency property changes on a target object.
継承元: DependencyObject
実装: IDisposable
コンストラクター
PropertyChangeNotifier(DependencyObject, string)
Initializes a new instance observing the specified path on the given .
PropertyChangeNotifier(DependencyObject, DependencyProperty)
Initializes a new instance observing the specified dependency on the given .
PropertyChangeNotifier(DependencyObject, PropertyPath)
Initializes a new instance observing the specified path on the given .
プロパティ
PropertySource : DependencyObject
Gets the target object whose property is being observed. May return null if the target has been garbage collected.
メソッド
Dispose()
Disposes of items in the pool that implement IDisposable.
イベント
ValueChanged : Action
Occurs when the observed property value changes.
フィールド
ValueProperty : DependencyProperty
Identifies the Value dependency property.