EnumMessageDispatchMode
Enum
Defines how a message should be dispatched in the element tree.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
[Flags]
public enum MessageDispatchMode
Fields
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.