New to Telerik UI for WinFormsStart a free 30-day trial

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
In this article
DefinitionFieldsBubbleBubbleAndTunnelTunnel
Not finding the help you need?
Contact Support