PostSharpAPI ReferencePost­Sharp.​AspectsEvent­Interception­ArgsArguments
Open sandboxFocus

EventInterceptionArgs.Arguments Property

Arguments

Gets the delegate arguments.

Declaration
public Arguments Arguments { get; }
Property Value
Type Description
Arguments
Remarks

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

This property is typically accessed by the ProceedInvokeHandler() method. Implementations of OnInvokeHandler(EventInterceptionArgs) can also get or change the value of this property.