Allows to complete the construction of an event that has been created by an advice.
Namespace: Metalama.Framework.Code.DeclarationBuilders
Assembly: Metalama.Framework.dll
Syntax
public interface IEventBuilder : IMemberBuilder, IMemberOrNamedTypeBuilder, IDeclarationBuilder, IEvent, IHasAccessors, IMember, IMemberOrNamedType, INamedDeclaration, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IEquatable<IDeclaration>, IEventInvoker, IHasTypeBuilder, IHasTypeProperties
| Name | Description |
|---|---|
| AddMethod | Gets the IMethodBuilder for the event adder. |
| InitializerExpression | Gets or sets the initializer expression for the event (i.e., the expression at the right-hand side of the equal sign). |
| RaiseMethod | Gets the IMethodBuilder for the event raiser. |
| RemoveMethod | Gets the IMethodBuilder for the event remover. |
| Type | Gets or sets the event type (i.e. the type of the delegates handled by this event). |