Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNodeSubtreeChangeMonitor Class
Fields Properties Methods Events


In This Topic
    NNodeSubtreeChangeMonitor Class Members
    In This Topic

    The following tables list the members exposed by NNodeSubtreeChangeMonitor.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets or sets whether the monitor needs to be informed about computed value changes or not. By default set to false.  
    Public PropertyGets the monitored node.  
    Top
    Public Methods
     NameDescription
    Public MethodStarts the monitoring for changes of the specified node.  
    Public MethodStops the monitoring for changes of the node subtree, which was started by the previous call to StartMonitoring.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected Method  
    Protected MethodRaises the SubtreeChanged event  
    Top
    Public Events
     NameDescription
    Public EventEvent, which is raised when a node in the monitored subtree has changed.  
    Top
    See Also