Class PropertyChangeNotifier
public sealed class PropertyChangeNotifier : DependencyObject, IDisposable
- Inheritance
-
PropertyChangeNotifier
- Implements
- Extension Methods
Constructors
PropertyChangeNotifier(DependencyObject, string)
public PropertyChangeNotifier(DependencyObject propertySource, string path)
Parameters
propertySource
DependencyObjectpath
string
PropertyChangeNotifier(DependencyObject, DependencyProperty)
public PropertyChangeNotifier(DependencyObject propertySource, DependencyProperty property)
Parameters
propertySource
DependencyObjectproperty
DependencyProperty
PropertyChangeNotifier(DependencyObject, PropertyPath)
public PropertyChangeNotifier(DependencyObject propertySource, PropertyPath property)
Parameters
propertySource
DependencyObjectproperty
PropertyPath
Fields
ValueProperty
public static readonly DependencyProperty ValueProperty
Field Value
Properties
PropertySource
public DependencyObject PropertySource { get; }
Property Value
Value
[Bindable(true)]
public object Value { get; set; }
Property Value
Methods
Dispose()
public void Dispose()
Events
ValueChanged
public event Action ValueChanged