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