PropertyChangeNotifier

Ecng.Xaml

Notifies when a specified dependency property changes on a target object.

Erbt von: DependencyObject

Implementiert: IDisposable

Konstruktoren

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 .

Eigenschaften

PropertySource : DependencyObject

Gets the target object whose property is being observed. May return null if the target has been garbage collected.

Value : object

Gets or sets the current value of the observed property.

Methoden

Dispose()

Disposes of items in the pool that implement IDisposable.

Ereignisse

ValueChanged : Action

Occurs when the observed property value changes.

Felder

ValueProperty : DependencyProperty

Identifies the Value dependency property.