PostSharp//API Reference/Post­Sharp.​Aspects/Location­Interception­Args/Set­New­Value
Open sandboxFocus

Method SetNewValue

SetNewValue(Object)

Sets the value of the location without overwriting the Value property.

Declaration
public abstract void SetNewValue(object value)
Parameters
Type Name Description
Object value

The value to be passed to the next node in the chain of invocation (see Binding).

Implements
ILocationInterceptionArgs.SetNewValue(Object)