Name | Description | |
---|---|---|
![]() | Inhb | |
![]() | jnhb |
The following tables list the members exposed by NValueChangeData.
Name | Description | |
---|---|---|
![]() | HasComputedValueChange | Determines whether the change data holds information about a computed value change or not. |
![]() | HasLocalValueChange | Determines whether the change data holds information about a local value change or not. |
![]() | NewComputedValue | Gets the new computed value. Throws an exception if the HasComputedValueChange property is false. |
![]() | NewComputedValueSource | Gets the new computed value source. Throws an exception if the HasComputedValueChange property is false. |
![]() | NewLocalValue | Gets the new local value. Throws an exception if the HasLocalValueChange property is false. |
![]() | NewLocalValueIsDefault | 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. |
![]() | NewValue | Gets the new effective value for the data change. If the HasComputedValueChange property is true returns NewComputedValue otherwise returns NewLocalValue. |
![]() | OldComputedValue | Gets the old computed value. Throws an exception if the HasComputedValueChange property is false. |
![]() | OldComputedValueSource | Gets the old computed value source. Throws an exception if the HasComputedValueChange property is false. |
![]() | OldLocalValue | Gets the old local value. Throws an exception if the HasLocalValueChange property is false. |
![]() | OldLocalValueIsDefault | Gets whether the old local value was the default value or an explicit local value. Throws an exception if the HasLocalValueChange property is false. |
![]() | OldValue | Gets the old effective value of the property. If the HasComputedValueChange property is true returns OldComputedValue otherwise returns OldLocalValue. |
![]() | Property | Gets the property, whose value has changed. |
![]() | PropertyFlags | Gets the property flags, for the node schema that created this value change. |