Enum TrickleDown
Use this enum to specify during which phases the event handler is executed.
public enum TrickleDown
Fields
NoTrickleDown = 0The event handler should be executed during the AtTarget and BubbleUp phases.
TrickleDown = 1The event handler should be executed during the AtTarget and TrickleDown phases.