Class PropertyPathWatcher
A watcher class that monitors Property changes of a given source object. It extends the ExpressionWatcherBase to provide functionality specific to watching property paths within reactive programming contexts.
Inherited Members
Namespace: PoeShared.Bindings
Assembly: PoeShared.dll
Syntax
public sealed class PropertyPathWatcher : ExpressionWatcherBase, IValueWatcher, IValueProvider, IDisposable, INotifyPropertyChanged
  Constructors
| Name | Description | 
|---|---|
| PropertyPathWatcher() | 
Properties
| Name | Description | 
|---|---|
| PropertyPath | Gets or sets the property path that this watcher is monitoring.  | 
      
Methods
| Name | Description | 
|---|---|
| FormatToString(ToStringBuilder) | 
Extension Methods
      NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
  
  
  
  
  
  
      NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)