ILocationInterceptionArgs Methods |
The ILocationInterceptionArgs type exposes the following members.
Name | Description | |
---|---|---|
|
Execute<TPayload> |
Executes a delegate for the current LocationInterceptionArgs. This method allows to
execute strongly-typed operations and avoid boxing required by the weakly typed ILocationInterceptionArgs interface.
|
|
GetCurrentValue |
Retrieves the current value of the location without overwriting the Value property.
|
|
ProceedGetValue |
Invokes the Get Location Value semantic on the next node in the chain of invocation and stores the location value in the Value property.
|
|
ProceedSetValue |
Invokes the Set Location Value semantic on the next node in the chain of invocation and stores the value of the Value property into
the location.
|
|
SetNewValue |
Sets the value of the location without overwriting the Value property.
|