The PropertyWatcher type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| IsConnected | Indicates if this property watcher is currently connected to a valid property. | |
| OptimizeIneffectiveChanges | Get Gets whether the property watcher will optimize out any attempts to set Value to its current value. | |
| Path | Get Gets the path to the property or sub-property being watched. | |
| PropertyMeta | Gets a PropertyMeta instance for the property being watched by this PropertyWatcher. | |
| Subject | Get Gets the object whose property or sub-property is being watched. | |
| Value | Get Gets the value of the watched property. |
See Also