Table of Contents

Class AsyncEvent

Namespace
MonkeyLoader.Events
Assembly
MonkeyLoader.dll

Marks the base for all asynchronous events used by IAsyncEventSource<TEvent>s.

public abstract class AsyncEvent : Event
Inheritance
AsyncEvent
Derived
Inherited Members

Constructors

AsyncEvent()

Initializes this asynchronous event.

protected AsyncEvent()

Properties

IsAsync

Gets whether this event is an AsyncEvent.

public override sealed bool IsAsync { get; }

Property Value

bool

Always true.