PropertyChangedListener Class

Implements a change notification mechanism for a dependency property of interest of an object that is not in our domain.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class PropertyChangedListener : DependencyObject
Inheritance
Object    DispatcherObject    DependencyObject    PropertyChangedListener

Constructors

PropertyChangedListener Constructor class.

Properties

Dummy Gets or sets the value of the Dummy dependency property.

Events

PropertyChanged Event that occurs when the value of the observed property changes.
PropertyChanging Event that occurs when the value of the observed property is changing

Fields

DummyProperty A dependency dummy property.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also