Table of Contents

Class DispatchableBaseEventAttribute

Namespace
MonkeyLoader.Events
Assembly
MonkeyLoader.dll

Marks an Event-derived class as to be dispatched, even if it's only a base class of the concrete event coming from the source.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class DispatchableBaseEventAttribute : MonkeyLoaderAttribute
Inheritance
DispatchableBaseEventAttribute
Inherited Members