EventInterceptionArgs Properties |
The EventInterceptionArgs type exposes the following members.

Name | Description | |
---|---|---|
![]() | Arguments |
Gets the delegate arguments.
|
![]() | Binding |
Gets an interface that allows to invoke the next node in the chain of invocation of the intercepted method.
|
![]() | DeclarationIdentifier |
Gets the DeclarationIdentifier of the declaration to which the
advice has been applied.
(Inherited from AdviceArgs.) |
![]() | Event |
Gets the event to which the current aspect has been applied.
|
![]() | Handler |
Gets the delegate being added, removed, or invoked.
|
![]() | Instance |
Gets or sets the object instance on which the method is being executed.
(Inherited from AdviceArgs.) |
![]() | ReturnValue |
Gets the return value of the delegate.
|
