PostSharpAPI ReferencePost­Sharp.​AspectsEvent­Interception­AspectOn­Invoke­Handler
Open sandboxFocus

Method OnInvokeHandler

OnInvokeHandler(EventInterceptionArgs)

Method invoked when the event to which the current aspect is applied is fired, for each delegate of this event, and instead of invoking this delegate.

Declaration
[RequiresEventInterceptionAdviceAnalysis]
[RequiresDebuggerEnhancement]
[HasInheritedAttribute]
[EventInterceptionAdviceOptimization]
public virtual void OnInvokeHandler(EventInterceptionArgs args)
Parameters
Type Name Description
EventInterceptionArgs args

Handler arguments.

Implements
IEventInterceptionAspect.OnInvokeHandler(EventInterceptionArgs)