PropertyChangeNotifier
Ecng.Xaml
Notifies when a specified dependency property changes on a target object.
Inherits: DependencyObject
Implements: IDisposable
Constructors
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 .
Properties
PropertySource : DependencyObject
Gets the target object whose property is being observed. May return null if the target has been garbage collected.
Methods
Dispose()
Disposes of items in the pool that implement IDisposable.
Events
ValueChanged : Action
Occurs when the observed property value changes.
Fields
ValueProperty : DependencyProperty
Identifies the Value dependency property.