Table of Contents

Class DispatchableBaseEventAttribute

Namespace
MonkeyLoader.Events
Assembly
MonkeyLoader.dll

Marks an Event-derived class as a useful base class of the more derived instances dispatched by sources.
This causes sources dispatching derived event types to dispatch events for the marked class too.

public sealed class DispatchableBaseEventAttribute : EventAttribute
Inheritance
DispatchableBaseEventAttribute
Inherited Members

Remarks

This is primarily intended for events where multiple sources may dispatch more concrete versions, but where the marked base event can be useful by itself.