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]
void OnInvokeHandler(EventInterceptionArgs args)
Parameters
Type | Name | Description |
---|---|---|
EventInterceptionArgs | args | Handler arguments. |