Table of Contents

Interface IEventHandler

Namespace
Ceres.Events
Assembly
Ceres.dll

Interface for class capable of handling events.

public interface IEventHandler

Methods

HandleEvent(EventBase)

Handle an event.

void HandleEvent(EventBase evt)

Parameters

evt EventBase

The event to handle.

SendEvent(EventBase, DispatchMode)

Sends an event to the event handler.

void SendEvent(EventBase e, DispatchMode dispatchMode = DispatchMode.Default)

Parameters

e EventBase

The event to send.

dispatchMode DispatchMode

The event dispatch mode.