MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsEvent­Interception­ArgsArguments
Open sandboxFocus

EventInterceptionArgs.Arguments Property

Arguments

In PostSharp, gets arguments in an OnInvokeHandler(EventInterceptionArgs) advice. In Metalama, this advice type is not supported.

Declaration
[Obsolete("In PostSharp, gets arguments in an 'EventInterceptionAspect.OnInvokeHandler(EventInterceptionArgs)' advice. In Metalama, this advice type is not supported.", false)]
public Arguments Arguments { get; }
Property Value
Type Description
Arguments