NNodeSubtreeChangeMonitor Class Members
In This Topic
The following tables list the members exposed by NNodeSubtreeChangeMonitor.
Public Constructors
Public Properties
| Name | Description |
| MonitorAggregatedSubtree | Gets or sets whether the aggregated subtree must be monitored for changes, or only the node children subtree must be monitored for changes. This property can only be modified prior to calling the StartMonitoring method. By default set to true. |
| MonitorComputedValueChanges | Gets or sets whether the monitor needs to be informed about computed value changes or not. By default set to false. |
| MonitoredNode | Gets the monitored node. |
Top
Public Methods
| Name | Description |
| StartMonitoring | Starts the monitoring for changes of the specified node. |
| StopMonitoring | Stops the monitoring for changes of the node subtree, which was started by the previous call to StartMonitoring. |
Top
Public Events
| Name | Description |
| SubtreeChanged | Event, which is raised when a node in the monitored subtree has changed. |
Top
See Also