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.