Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NLocalValueChangeData Class
Fields Properties


In This Topic
    NLocalValueChangeData Class Members
    In This Topic

    The following tables list the members exposed by NLocalValueChangeData.

    Protected Fields
     NameDescription
    Internal Field (Inherited from Nevron.Nov.Dom.NValueChangeData)
    Internal Field (Inherited from Nevron.Nov.Dom.NValueChangeData)
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Determines whether the change data holds information about a computed value change or not.  
    Public PropertyOverridden. Determines whether the change data holds information about a local value change or not.  
    Public PropertyOverridden. Gets the new computed value. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyOverridden. Gets the new computed value source. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyOverridden. Gets the new local value. Throws an exception if the HasLocalValueChange property is false.  
    Public PropertyOverridden. Gets whether the new local value is the default value (local value cleared) or an explicit local value. Throws an exception if the HasLocalValueChange property is false.  
    Public PropertyGets the new effective value for the data change. If the HasComputedValueChange property is true returns NewComputedValue otherwise returns NewLocalValue. (Inherited from Nevron.Nov.Dom.NValueChangeData)
    Public PropertyOverridden. Gets the old computed value. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyOverridden. Gets the old computed value source. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyOverridden. Gets the old local value. Throws an exception if the HasLocalValueChange property is false.  
    Public PropertyOverridden. Gets whether the old local value was the default value or an explicit local value. Throws an exception if the HasLocalValueChange property is false.  
    Public PropertyGets the old effective value of the property. If the HasComputedValueChange property is true returns OldComputedValue otherwise returns OldLocalValue. (Inherited from Nevron.Nov.Dom.NValueChangeData)
    Public PropertyGets the property, whose value has changed. (Inherited from Nevron.Nov.Dom.NValueChangeData)
    Public PropertyGets the property flags, for the node schema that created this value change. (Inherited from Nevron.Nov.Dom.NValueChangeData)
    Top
    See Also