PostSharpAPI ReferencePost­Sharp.​AspectsEvent­Interception­ArgsRemove­Handler
Open sandboxFocus

EventInterceptionArgs.RemoveHandler Method

RemoveHandler(Delegate)

Removes a handler from the event by invoking the Remove semantic of the next node in the chain of invocation.

Declaration
public abstract void RemoveHandler(Delegate handler)
Parameters
Type Name Description
System.Delegate handler

Handler to be removed.