Class ListenerAttribute
Specifies that the attributed method is an event listener that should be invoked by the EventBus system.
Assembly: EventBusSourceGenerator.dll
Declaration
[AttributeUsage(AttributeTargets.Method)]
[MeansImplicitUse]
public class ListenerAttribute : Attribute
Inheritance: System.Object
-> System.Attribute