PropertyChangeNotifier
Ecng.Xaml
Notifies when a specified dependency property changes on a target object.
Hereda de: DependencyObject
Implementa: IDisposable
Constructores
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 .
Propiedades
PropertySource : DependencyObject
Gets the target object whose property is being observed. May return null if the target has been garbage collected.
Métodos
Dispose()
Disposes of items in the pool that implement IDisposable.
Eventos
ValueChanged : Action
Occurs when the observed property value changes.
Campos
ValueProperty : DependencyProperty
Identifies the Value dependency property.