AddHandler(Delegate)
Use meta.Proceed() from the advice that overrides the event adder, or use IEvent.Add(dynamic?).
Declaration
public abstract void AddHandler(Delegate handler)
Parameters
Type | Name | Description |
---|---|---|
Delegate | handler |
CustomAttributeIntroductionAspect
IAssemblyLevelAspectBuildSemantics
IAsyncMethodInterceptionAspect
ICustomAttributeIntroductionAspect
IEventLevelAspectBuildSemantics
IFieldLevelAspectBuildSemantics
ILocationBindingAction<TPayload>
ILocationInterceptionArgs<T>
ILocationInterceptionArgsAction<TPayload>
ILocationLevelAspectBuildSemantics
ILocationValidationAspect<T>
IManagedResourceIntroductionAspect
IMethodLevelAspectBuildSemantics
IOnInstanceLocationInitializedAspect
IOnStateMachineBoundaryAspect
ITypeLevelAspectBuildSemantics
LinesOfCodeAvoidedAttribute2
ManagedResourceIntroductionAspect
MethodBindingInvokeAwaitable
MethodInterceptionProceedAwaitable
MethodInterceptionProceedAwaiter
PostSharp.Aspects.Configuration
PostSharp.Aspects.Dependencies
PostSharp.Aspects.Internals
PostSharp.Aspects.Serialization
PostSharp.Extensibility.BuildTimeLogging
Use meta.Proceed() from the advice that overrides the event adder, or use IEvent.Add(dynamic?).
public abstract void AddHandler(Delegate handler)
Type | Name | Description |
---|---|---|
Delegate | handler |