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


In This Topic
    NValueChangeData Class Members
    In This Topic

    The following tables list the members exposed by NValueChangeData.

    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether the change data holds information about a computed value change or not.  
    Public PropertyDetermines whether the change data holds information about a local value change or not.  
    Public PropertyGets the new computed value. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyGets the new computed value source. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyGets the new local value. Throws an exception if the HasLocalValueChange property is false.  
    Public PropertyGets 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.  
    Public PropertyGets the old computed value. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyGets the old computed value source. Throws an exception if the HasComputedValueChange property is false.  
    Public PropertyGets the old local value. Throws an exception if the HasLocalValueChange property is false.  
    Public PropertyGets 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.  
    Public PropertyGets the property, whose value has changed.  
    Public PropertyGets the property flags, for the node schema that created this value change.  
    Top
    See Also