NevronOpenVision
Nevron.Nov.Dom Namespace / NLocalValueChangeData Class
Fields Properties


NLocalValueChangeData Class Members

The following tables list the members exposed by NLocalValueChangeData.

Protected Fields
 NameDescription
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 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