Table of Contents

Enum TrickleDown

Namespace
Ceres.Events
Assembly
Ceres.dll

Use this enum to specify during which phases the event handler is executed.

public enum TrickleDown

Fields

NoTrickleDown = 0

The event handler should be executed during the AtTarget and BubbleUp phases.

TrickleDown = 1

The event handler should be executed during the AtTarget and TrickleDown phases.