Name | Description | |
---|---|---|
NValueChangeEventArgs Constructor |
The following tables list the members exposed by NValueChangeEventArgs.
Name | Description | |
---|---|---|
NValueChangeEventArgs Constructor |
Name | Description | |
---|---|---|
HasComputedValueChange | Determines whether the event holds information about a computed value change or not. | |
HasLocalValueChange | Determines whether the event holds information about a local value change or not. | |
NewComputedValue | Gets the new computed value. Throws an exception if HasComputedValueChange returns false. | |
NewComputedValueSource | Gets the new computed value source. Throws an exception if HasComputedValueChange returns false. | |
NewLocalValue | Gets the new local value. Throws an exception if HasLocalValueChange returns false. | |
NewLocalValueIsDefault | Gets whether the new local value is of default origin or not. Throws an exception if HasLocalValueChange returns false. | |
NewValue | Gets the new effective value for the property. | |
OldComputedValue | Gets the old computed value. Throws an exception if HasComputedValueChange returns false. | |
OldComputedValueSource | Gets the old computed value source. Throws an exception if HasComputedValueChange returns false. | |
OldLocalValue | Gets the old local value. Throws an exception if HasLocalValueChange returns false. | |
OldLocalValueIsDefault | Gets whether the old local value is of default origin or not. Throws an exception if HasLocalValueChange returns false. | |
OldValue | Gets the old effective value for the property. | |
Property | Gets the Property whose value is changing or has changed. | |
PropertyFlags | Gets the property Flags associated with the property for the target node schema |