NevronOpenVision
Nevron.Nov.Dom Namespace / NValueChangeEventArgs Class
Fields Properties Methods


NValueChangeEventArgs Class Members

The following tables list the members exposed by NValueChangeEventArgs.

Protected Constructors
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyDetermines whether the event holds information about a computed value change or not.  
Public PropertyDetermines whether the event holds information about a local value change or not.  
Public PropertyGets the new computed value. Throws an exception if HasComputedValueChange returns false.  
Public PropertyGets the new computed value source. Throws an exception if HasComputedValueChange returns false.  
Public PropertyGets the new local value. Throws an exception if HasLocalValueChange returns false.  
Public PropertyGets whether the new local value is of default origin or not. Throws an exception if HasLocalValueChange returns false.  
Public PropertyGets the new effective value for the property.  
Public PropertyGets the old computed value. Throws an exception if HasComputedValueChange returns false.  
Public PropertyGets the old computed value source. Throws an exception if HasComputedValueChange returns false.  
Public PropertyGets the old local value. Throws an exception if HasLocalValueChange returns false.  
Public PropertyGets whether the old local value is of default origin or not. Throws an exception if HasLocalValueChange returns false.  
Public PropertyGets the old effective value for the property.  
Public PropertyGets the Property whose value is changing or has changed.  
Public PropertyGets the property Flags associated with the property for the target node schema  
Top
Protected Methods
 NameDescription
Internal Method  
Top
See Also