Enum
MessageDispatchMode

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.

Declaration

cs-api-definition
Bubble = 1

Field Value

MessageDispatchMode

BubbleAndTunnel

Message is dispatched to the direct target, its ancestors and all its descendants.

Declaration

cs-api-definition
BubbleAndTunnel = Bubble | Tunnel

Field Value

MessageDispatchMode

Tunnel

Message is dispatched to the direct target all its descendants.

Declaration

cs-api-definition
Tunnel = 2

Field Value

MessageDispatchMode

In this article
DefinitionFieldsBubbleBubbleAndTunnelTunnel
Not finding the help you need?
Contact Support