Name | Description | |
---|---|---|
Knhb | ||
lnhb | ||
Mnhb | ||
nnhb |
The following tables list the members exposed by NLocalValueChangeData.
Name | Description | |
---|---|---|
HasComputedValueChange | Overridden. Determines whether the change data holds information about a computed value change or not. | |
HasLocalValueChange | Overridden. Determines whether the change data holds information about a local value change or not. | |
NewComputedValue | Overridden. Gets the new computed value. Throws an exception if the HasComputedValueChange property is false. | |
NewComputedValueSource | Overridden. Gets the new computed value source. Throws an exception if the HasComputedValueChange property is false. | |
NewLocalValue | Overridden. Gets the new local value. Throws an exception if the HasLocalValueChange property is false. | |
NewLocalValueIsDefault | Overridden. 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. | |
OldComputedValue | Overridden. Gets the old computed value. Throws an exception if the HasComputedValueChange property is false. | |
OldComputedValueSource | Overridden. Gets the old computed value source. Throws an exception if the HasComputedValueChange property is false. | |
OldLocalValue | Overridden. Gets the old local value. Throws an exception if the HasLocalValueChange property is false. | |
OldLocalValueIsDefault | Overridden. Gets whether the old local value was the default value or an explicit local value. Throws an exception if the HasLocalValueChange property is false. |