PostSharpAPI ReferencePost­Sharp.​AspectsEvent­Interception­ArgsReturn­Value
Open sandboxFocus

EventInterceptionArgs.ReturnValue Property

ReturnValue

Gets the return value of the delegate.

Declaration
public object ReturnValue { get; set; }
Property Value
Type Description
Object
Remarks

This property is meaningful only during a delegate invocation (not during an addition or removal).

This property is typically set by the ProceedInvokeHandler() method. It is also legal for an implementation of OnInvokeHandler(EventInterceptionArgs) to change the value of this property.