Nevron.Nov.Dom Namespace / NLocalValueChangeData Class


In This Topic
    NLocalValueChangeData Class Properties
    In This Topic

    For a list of all members of this type, see NLocalValueChangeData members.

    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 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.  
    Top
    See Also