Enum MessageDispatchMode
Defines how a message should be dispatched in the element tree.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum MessageDispatchMode
Bubble
Message is dispatched to the direct target and its ancestors.
BubbleAndTunnel
Message is dispatched to the direct target, its ancestors and all its descendants.
Tunnel
Message is dispatched to the direct target all its descendants.