ILocationInterceptionArgs<T>.SetNewValue Method
SetNewValue(T)
Sets the value of the location without overwriting the Value property.
Declaration
void SetNewValue(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value to be passed to the next node in the chain of invocation (see Binding). |